mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
[Context] "isRemoteAircraftSupportingParts" as context function (not only provider function)
This commit is contained in:
committed by
Mat Sutcliffe
parent
148368ca0c
commit
9618073a04
@@ -323,6 +323,9 @@ namespace BlackCore
|
||||
//! Get remote aircraft parts
|
||||
virtual BlackMisc::Aviation::CAircraftPartsList getRemoteAircraftParts(const BlackMisc::Aviation::CCallsign &callsign) const = 0;
|
||||
|
||||
//! Parts supported?
|
||||
virtual bool isRemoteAircraftSupportingParts(const BlackMisc::Aviation::CCallsign &callsign) const = 0;
|
||||
|
||||
//! Is storing the aircraft parts history enabled?
|
||||
virtual bool isAircraftPartsHistoryEnabled() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user