Ref T259, renamed CXPlaneMPAircrafts to CXPlaneMPAircraftObjects

* there is no plural for aircraft
* so the same style as for simObjects was used
This commit is contained in:
Klaus Basan
2018-02-25 17:13:08 +01:00
parent 13ede9fac1
commit 34502b6b76
4 changed files with 22 additions and 22 deletions

View File

@@ -106,12 +106,12 @@ namespace BlackSimPlugin
return m_interpolator->getInterpolatedParts(currentTimeSinceEpoc, setup, partsStatus, log);
}
CCallsignSet CXPlaneMPAircrafts::getAllCallsigns() const
CCallsignSet CXPlaneMPAircraftObjects::getAllCallsigns() const
{
return CCallsignSet(this->keys());
}
int CXPlaneMPAircrafts::setInterpolatorModes(CInterpolatorMulti::Mode mode)
int CXPlaneMPAircraftObjects::setInterpolatorModes(CInterpolatorMulti::Mode mode)
{
int c = 0;
for (const CCallsign &cs : this->keys())