refs #649, info reader and shared URLs

This commit is contained in:
Klaus Basan
2016-05-24 00:21:29 +02:00
parent 74638c4c10
commit 239f410cef
2 changed files with 20 additions and 9 deletions

View File

@@ -90,12 +90,18 @@ namespace BlackCore
//! Root directory of DB
const BlackMisc::Network::CUrl &getDbRootDirectoryUrl() const { return m_dbRootDirectoryUrl; }
//! ICAO Reader location
//! ICAO reader URL
BlackMisc::Network::CUrl getDbIcaoReaderUrl() const;
//! Model Reader protocol
//! Model reader URL
BlackMisc::Network::CUrl getDbModelReaderUrl() const;
//! Info data reader URL
BlackMisc::Network::CUrl getDbInfoReaderUrl() const;
//! Shared URLs
const BlackMisc::Network::CUrlList &getSwiftSharedUrls() const;
//! URL to read VATSIM bookings
const BlackMisc::Network::CUrl &getVatsimBookingsUrl() const { return m_vatsimBookingsUrl; }