mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
committed by
Mathew Sutcliffe
parent
cdb7b6631a
commit
da59ff42a4
@@ -34,7 +34,6 @@
|
|||||||
|
|
||||||
class QNetworkReply;
|
class QNetworkReply;
|
||||||
namespace BlackMisc { class CLogCategoryList; }
|
namespace BlackMisc { class CLogCategoryList; }
|
||||||
|
|
||||||
namespace BlackCore
|
namespace BlackCore
|
||||||
{
|
{
|
||||||
namespace Db
|
namespace Db
|
||||||
@@ -274,7 +273,7 @@ namespace BlackCore
|
|||||||
//! \remark normally constant after startup phase
|
//! \remark normally constant after startup phase
|
||||||
static BlackMisc::Network::CUrl getWorkingDbDataFileLocationUrl();
|
static BlackMisc::Network::CUrl getWorkingDbDataFileLocationUrl();
|
||||||
|
|
||||||
//! File appendix for given mode, such as ".php" or ".json"
|
//! File name for given mode, either php service or shared file name
|
||||||
static QString fileNameForMode(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Db::CDbFlags::DataRetrievalModeFlag mode);
|
static QString fileNameForMode(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Db::CDbFlags::DataRetrievalModeFlag mode);
|
||||||
|
|
||||||
//! \name Cache access
|
//! \name Cache access
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ namespace BlackCore
|
|||||||
//! \threadsafe
|
//! \threadsafe
|
||||||
bool areAllDataRead() const;
|
bool areAllDataRead() const;
|
||||||
|
|
||||||
//! Read to JSON file
|
//! Read from local JSON file
|
||||||
BlackMisc::CStatusMessageList readFromJsonFiles(const QString &dir, BlackMisc::Network::CEntityFlags::Entity whatToRead = BlackMisc::Network::CEntityFlags::DistributorLiveryModel);
|
BlackMisc::CStatusMessageList readFromJsonFiles(const QString &dir, BlackMisc::Network::CEntityFlags::Entity whatToRead = BlackMisc::Network::CEntityFlags::DistributorLiveryModel);
|
||||||
|
|
||||||
//! Read from static DB data file
|
//! Read from static DB data file
|
||||||
|
|||||||
Reference in New Issue
Block a user