Ref T125, URL for XSwiftBus file info webservice

This commit is contained in:
Klaus Basan
2017-08-15 02:06:41 +02:00
committed by Mathew Sutcliffe
parent 0bbad2ff83
commit 15f5a7f489
2 changed files with 37 additions and 7 deletions

View File

@@ -101,6 +101,9 @@ namespace BlackCore
//! Login service
BlackMisc::Network::CUrl getDbLoginServiceUrl() const;
//! alpha XSwiftBus files available
BlackMisc::Network::CUrl getAlphaXSwiftBusFilesServiceUrl() const;
//! Root directory of DB
const BlackMisc::Network::CUrl &getDbRootDirectoryUrl() const { return m_dbRootDirectoryUrl; }
@@ -205,6 +208,9 @@ namespace BlackCore
// transient members, to be switched on/off via GUI or set from reader
bool m_dbDebugFlag = false; //!< can trigger DEBUG on the server, so you need to know what you are doing
//! Set the default URLs
void initDefaultUrls();
BLACK_METACLASS(
CGlobalSetup,
BLACK_METAMEMBER(wasLoaded),