mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Return const &
This commit is contained in:
@@ -195,7 +195,10 @@ namespace BlackCore
|
||||
bool isConnected() const;
|
||||
|
||||
//! Get the currently connected server
|
||||
const BlackMisc::Network::CServer getConnectedServer() const;
|
||||
const BlackMisc::Network::CServer &getConnectedServer() const;
|
||||
|
||||
//! Current ECO system of connected server
|
||||
const BlackMisc::Network::CEcosystem &getCurrentEcosystem() const;
|
||||
|
||||
//! Supports VATSIM data file
|
||||
//! \remark depends on currently connected Ecosystem
|
||||
|
||||
Reference in New Issue
Block a user