Added method getSelectedAtcStations() to network context.

Further isConnected checks in order to avoid updating when not connected (leading to wrnings / errors)
This commit is contained in:
Klaus Basan
2014-02-05 21:45:17 +00:00
committed by Mathew Sutcliffe
parent 243ace74fe
commit 6aa6058c57
5 changed files with 51 additions and 12 deletions

View File

@@ -158,6 +158,9 @@ namespace BlackCore
*/
virtual BlackMisc::Voice::CVoiceRoomList getSelectedVoiceRooms() const;
//! \copydoc IContextNetwork::getSelectedAtcStations
virtual BlackMisc::Aviation::CAtcStationList getSelectedAtcStations() const;
/*!
* \copydoc IContextNetwork::getUsers()
*/