mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
refactor: Remove CUrlList
Nowadays most of the loadbalancing is done on the server-side and hence there is only a single datafile URL (and other URLs) inside the boostrap.json. The features of the CUrlList are hence not really used. This is also a step into removing CUrl and using QUrl instead, to avoid maintaining a separate URL class.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "blackmisc/aviation/atcstationlist.h"
|
||||
#include "blackmisc/aviation/liverylist.h"
|
||||
#include "blackmisc/network/serverlist.h"
|
||||
#include "blackmisc/network/urllist.h"
|
||||
#include "blackmisc/network/url.h"
|
||||
#include "blackmisc/network/userlist.h"
|
||||
#include "blackmisc/network/entityflags.h"
|
||||
#include "blackmisc/network/voicecapabilities.h"
|
||||
@@ -118,13 +118,13 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
BlackMisc::Network::CServerList getVatsimFsdServers() const;
|
||||
|
||||
//! METAR URLs (from status file)
|
||||
//! METAR URL (from status file)
|
||||
//! \threadsafe
|
||||
BlackMisc::Network::CUrlList getVatsimMetarUrls() const;
|
||||
BlackMisc::Network::CUrl getVatsimMetarUrl() const;
|
||||
|
||||
//! Data file locations (from status file)
|
||||
//! Data file location (from status file)
|
||||
//! \threadsafe
|
||||
BlackMisc::Network::CUrlList getVatsimDataFileUrls() const;
|
||||
BlackMisc::Network::CUrl getVatsimDataFileUrl() const;
|
||||
|
||||
//! Users by callsign
|
||||
//! \threadsafe
|
||||
|
||||
Reference in New Issue
Block a user