mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Ref T27, made isAircraftInRange context and provider function
Based on clang warnings and RW's comment now pure virtual and context and provider function
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1400f38aa9
commit
ec844fd438
@@ -69,9 +69,8 @@ namespace BlackMisc
|
||||
virtual BlackMisc::Aviation::CCallsignSet getAircraftInRangeCallsigns() const = 0;
|
||||
|
||||
//! Is aircraft in range?
|
||||
//! \remark convenience function with default implementation
|
||||
//! \threadsafe
|
||||
virtual bool isAircraftInRange(const BlackMisc::Aviation::CCallsign &callsign) const;
|
||||
virtual bool isAircraftInRange(const BlackMisc::Aviation::CCallsign &callsign) const = 0;
|
||||
|
||||
//! Current snapshot
|
||||
//! \threadsafe
|
||||
|
||||
Reference in New Issue
Block a user