mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T301, make login mode via contexts available
This commit is contained in:
@@ -235,6 +235,9 @@ namespace BlackCore
|
||||
//! Server which is connected, if not connected empty default object.
|
||||
virtual BlackMisc::Network::CServer getConnectedServer() const = 0;
|
||||
|
||||
//! Login mode
|
||||
virtual INetwork::LoginMode getLoginMode() const = 0;
|
||||
|
||||
//! Disconnect from network
|
||||
//! \return messages generated during disconnecting
|
||||
virtual BlackMisc::CStatusMessage disconnectFromNetwork() = 0;
|
||||
|
||||
Reference in New Issue
Block a user