#refs 686, used settings in readers

* moved threaded reader to BlackCore (settings are normally BlackCore aware)
* created ns/subfolder VATSIM
* prepared settings for the VATSIM readers
This commit is contained in:
Klaus Basan
2016-06-24 17:23:48 +02:00
parent 056841f9b1
commit 488d437a2a
24 changed files with 1472 additions and 1362 deletions

View File

@@ -18,7 +18,7 @@
#include "blackmisc/pq/time.h"
#include "blackmisc/network/url.h"
#include "blackmisc/statusmessage.h"
#include "blackmisc/threadedreader.h"
#include "blackcore/threadedreader.h"
#include "blackmisc/sequence.h"
#include "blackmisc/valueobject.h"
@@ -38,7 +38,7 @@ namespace BlackCore
namespace Db
{
//! Specialized version of threaded reader for DB data
class BLACKCORE_EXPORT CDatabaseReader : public BlackMisc::CThreadedReader
class BLACKCORE_EXPORT CDatabaseReader : public BlackCore::CThreadedReader
{
Q_OBJECT