mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Stricter "connect" check in airspace monitor
This commit is contained in:
@@ -201,6 +201,9 @@ namespace BlackCore
|
||||
//! Connected with network?
|
||||
bool isConnected() const;
|
||||
|
||||
//! Connected with server and not shutting down
|
||||
bool isConnectedAndNotShuttingDown() const;
|
||||
|
||||
//! Get the currently connected server
|
||||
const BlackMisc::Network::CServer &getConnectedServer() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user