mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
refs #748 Move CAirportDataReader to the db/ subdirectory
* BlackCore::CAirportDataReader -> BlackCore::Db::CAirportDataReader * fix typo in CDatabaseReader
This commit is contained in:
committed by
Mathew Sutcliffe
parent
30e3ce2dbf
commit
a4b5b28cc1
@@ -57,7 +57,7 @@ namespace BlackMisc
|
||||
namespace BlackCore
|
||||
{
|
||||
class CApplication;
|
||||
class CAirportDataReader;
|
||||
|
||||
namespace Vatsim
|
||||
{
|
||||
class CVatsimBookingReader;
|
||||
@@ -68,6 +68,7 @@ namespace BlackCore
|
||||
|
||||
namespace Db
|
||||
{
|
||||
class CAirportDataReader;
|
||||
class CDatabaseWriter;
|
||||
class CDatabaseReader;
|
||||
class CIcaoDataReader;
|
||||
@@ -390,7 +391,7 @@ namespace BlackCore
|
||||
Db::CIcaoDataReader *m_icaoDataReader = nullptr;
|
||||
Db::CModelDataReader *m_modelDataReader = nullptr;
|
||||
Db::CInfoDataReader *m_infoDataReader = nullptr;
|
||||
CAirportDataReader *m_airportDataReader = nullptr;
|
||||
Db::CAirportDataReader *m_airportDataReader = nullptr;
|
||||
|
||||
// writing objects directly into DB
|
||||
Db::CDatabaseWriter *m_databaseWriter = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user