mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #748, airport reader setup
* removed functions for old file URL * added URL functions for DB data
This commit is contained in:
@@ -48,7 +48,6 @@ namespace BlackCore
|
||||
IndexVatsimMetars,
|
||||
IndexVatsimData,
|
||||
IndexSwiftDbFiles,
|
||||
IndexSwiftAirportUrls,
|
||||
IndexBootstrap,
|
||||
IndexUpdateInfo,
|
||||
IndexWasLoaded,
|
||||
@@ -103,15 +102,15 @@ namespace BlackCore
|
||||
//! Model reader URL
|
||||
BlackMisc::Network::CUrl getDbModelReaderUrl() const;
|
||||
|
||||
//! Airport reader URL
|
||||
BlackMisc::Network::CUrl getDbAirportReaderUrl() const;
|
||||
|
||||
//! Info data reader URL
|
||||
BlackMisc::Network::CUrl getDbInfoReaderUrl() const;
|
||||
|
||||
//! Shared URLs
|
||||
const BlackMisc::Network::CUrlList &getSwiftSharedUrls() const;
|
||||
|
||||
//! Airport URLs
|
||||
BlackMisc::Network::CUrlList getSwiftAirportUrls() const;
|
||||
|
||||
//! URL to read VATSIM bookings
|
||||
const BlackMisc::Network::CUrl &getVatsimBookingsUrl() const { return m_vatsimBookingsUrl; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user