mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #288, adjusted network context
* new login method * signals for booking / data file read
This commit is contained in:
committed by
Roland Winklmeier
parent
2a831f8252
commit
9a84376b5d
@@ -95,6 +95,12 @@ namespace BlackCore
|
||||
//! Terminated connection
|
||||
void connectionTerminated();
|
||||
|
||||
//! VATSIM data file was read
|
||||
void vatsimDataFileRead();
|
||||
|
||||
//! Bookings read
|
||||
void vatsimBookingsRead();
|
||||
|
||||
/*!
|
||||
* Connection status changed
|
||||
* \param from old status
|
||||
@@ -151,7 +157,7 @@ namespace BlackCore
|
||||
* \return messages gererated during connecting
|
||||
* \see INetwork::LoginMode
|
||||
*/
|
||||
virtual BlackMisc::CStatusMessage connectToNetwork(uint loginMode) = 0;
|
||||
virtual BlackMisc::CStatusMessage connectToNetwork(const BlackMisc::Network::CServer &server, uint loginMode) = 0;
|
||||
|
||||
/*!
|
||||
* Disconnect from network
|
||||
|
||||
Reference in New Issue
Block a user