mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:15:29 +08:00
refs #649, info reader and shared URLs
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user