Stricter "connect" check in airspace monitor

This commit is contained in:
Klaus Basan
2018-07-06 21:25:42 +02:00
parent df869373e8
commit 98106be4ad
2 changed files with 26 additions and 17 deletions

View File

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