mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #452, updated aircraft providers
* to update own Aircraft/Airline ICAO codes signature * get aircraft in range for callsign
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8dba22f7f0
commit
dbcc540313
@@ -88,9 +88,9 @@ namespace BlackMisc
|
||||
return true;
|
||||
}
|
||||
|
||||
bool COwnAircraftProviderDummy::updateOwnIcaoData(const CAircraftIcaoData &icaoData)
|
||||
bool COwnAircraftProviderDummy::updateOwnIcaoCodes(const CAircraftIcaoCode &aircraftIcaoCode, const CAirlineIcaoCode &airlineIcaoCode)
|
||||
{
|
||||
m_ownAircraft.setIcaoInfo(icaoData);
|
||||
m_ownAircraft.setIcaoCodes(aircraftIcaoCode, airlineIcaoCode);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user