refs #748, airport reader setup

* removed functions for old file URL
* added URL functions for DB data
This commit is contained in:
Klaus Basan
2016-10-19 20:17:38 +02:00
parent ff1ea3826b
commit fb8f6e9b7f
3 changed files with 12 additions and 18 deletions

View File

@@ -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; }