Ref T322, style/renamings

This commit is contained in:
Klaus Basan
2018-09-03 13:43:19 +02:00
committed by Roland Winklmeier
parent f3f2fa664e
commit be6ae734a0
2 changed files with 9 additions and 9 deletions

View File

@@ -101,7 +101,7 @@ namespace BlackCore
BlackMisc::Aviation::CAtcStationList getAtcStationsBooked() const { return m_atcStationsBooked; }
//! Returns the closest ATC station operating on the given frequency, if any
BlackMisc::Aviation::CAtcStation getAtcStationForComUnit(const BlackMisc::Aviation::CComSystem &comSystem);
BlackMisc::Aviation::CAtcStation getAtcStationForComUnit(const BlackMisc::Aviation::CComSystem &comSystem) const;
//! Clear the contents
void clear();
@@ -119,7 +119,7 @@ namespace BlackCore
CAirspaceAnalyzer *analyzer() const { return m_analyzer; }
//! \copydoc CAirspaceAnalyzer::setEnabled
bool enableWatchdog(bool enable);
bool enableAnalyzer(bool enable);
//! Gracefully shut down, e.g. for thread safety
void gracefulShutdown();