Minor Tweaks

* renamed methods in aircraft class, new helper method
* renamed method in aircraft list
* renamed method in datafile reader
This commit is contained in:
Klaus Basan
2014-06-09 02:15:31 +02:00
parent 63b0fac72f
commit 251fe70dc9
5 changed files with 21 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ namespace BlackMisc
//! \brief Update aircraft with data from VATSIM data file
//! \remarks The list used needs to contain the VATSIM data file objects
bool updateFromVatsimDataFileAircraft(CAircraft &aircraftToBeUpdated) const;
bool updateWithVatsimDataFileData(CAircraft &aircraftToBeUpdated) const;
};
} //namespace