[FSD] Style

This commit is contained in:
Klaus Basan
2019-11-10 19:13:57 +01:00
committed by Mat Sutcliffe
parent 123387f1a7
commit 911b23e29d
4 changed files with 32 additions and 33 deletions

View File

@@ -332,7 +332,7 @@ namespace BlackCore
//! Asynchronously add aircraft
//! \threadsafe
//! \sa addNewAircraftInRange
void asyncAddNewAircraftInRange(const BlackMisc::Simulation::CSimulatedAircraftList &aircraft, bool readyForModelMatching);
void asyncReInitializeAllAircraft(const BlackMisc::Simulation::CSimulatedAircraftList &aircraft, bool readyForModelMatching);
//! Update online stations by callsign
int updateOnlineStation(const BlackMisc::Aviation::CCallsign &callsign, const BlackMisc::CPropertyIndexVariantMap &vm, bool skipEqualValues = true, bool sendSignal = true);