Formatting, comments, typos, or minor tweaks

* Aircraft ICAO class: hasXX methods (hasAircraftCombinedType(), ..)
* Index Variant map, contains(index)
* Deleted context_network_textmessages.cpp and moved it into impl.cpp (this was only 1 method)
* Fixed bug refs#228
This commit is contained in:
Klaus Basan
2014-05-06 12:55:29 +02:00
parent 841ea97421
commit 580ec3d8c8
14 changed files with 77 additions and 120 deletions

View File

@@ -16,7 +16,7 @@
namespace BlackSim
{
//! \brief Value object encapsulating a list of SimulatorInfos.
//! \brief Value object encapsulating a list of SimulatorInfo.
class CSimulatorInfoList : public BlackMisc::CSequence<CSimulatorInfo>
{
public: