mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #395, renamed to updateFastPositionEnabled (consistency with other member functions)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ecc4c787a1
commit
acec379151
@@ -84,7 +84,6 @@ namespace BlackCore
|
||||
CSituationsPerCallsign getSituationsByCallsign() const;
|
||||
|
||||
//! Parts before given offset time (aka pending parts)
|
||||
//! \note
|
||||
//! \threadsafe
|
||||
virtual BlackMisc::Aviation::CAircraftPartsList getAndRemovePartsBeforeTime(const BlackMisc::Aviation::CCallsign &callsign, qint64 cutoffTime, PartsStatus &partsStatus);
|
||||
|
||||
@@ -92,7 +91,7 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
virtual void clear();
|
||||
|
||||
//! Knows callsign?
|
||||
//! Does know callsign?
|
||||
//! \threadsafe
|
||||
virtual bool hasDataForCallsign(const BlackMisc::Aviation::CCallsign &callsign) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user