mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Ref T285, allow to re-init all aircraft
* aircraft will be removed, then added again as new * this will go thru the full cycle and matching
This commit is contained in:
@@ -345,6 +345,12 @@ namespace BlackCore
|
||||
return false;
|
||||
}
|
||||
|
||||
//! \copydoc IContextNetwork::reInitializeAllAircraft
|
||||
virtual int reInitializeAllAircraft() override
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
//! \copydoc IContextNetwork::setFastPositionEnabledCallsigns
|
||||
virtual void setFastPositionEnabledCallsigns(BlackMisc::Aviation::CCallsignSet &callsigns) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user