mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #395, some functions renamed in network provider/context
Goal: consistent function names in own and remote aircraft provider
This commit is contained in:
committed by
Mathew Sutcliffe
parent
05be0ecb37
commit
1b9878fdd3
@@ -29,7 +29,7 @@ namespace BlackMisc
|
||||
return m_aircraft.size();
|
||||
}
|
||||
|
||||
CSimulatedAircraft CRemoteAircraftProviderDummy::getAircraftForCallsign(const CCallsign &callsign) const
|
||||
CSimulatedAircraft CRemoteAircraftProviderDummy::getAircraftInRangeForCallsign(const CCallsign &callsign) const
|
||||
{
|
||||
return m_aircraft.findFirstByCallsign(callsign);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user