refs #242, adjusted network context

* some formatting
* own aircraft data used for voice room member resolution
This commit is contained in:
Klaus Basan
2014-05-28 13:19:31 +02:00
parent f1ac4deda6
commit b6afcefd59
5 changed files with 47 additions and 22 deletions

View File

@@ -53,6 +53,9 @@ namespace BlackCore
//! ATC station (booked) list has been changed
void changedAtcStationsBooked();
//! Connection status changed for online station
void changedAtcStationOnlineConnectionStatus(const BlackMisc::Aviation::CAtcStation &atcStation, bool connected);
//! Aircraft list has been changed
void changedAircraftsInRange();