Ref T297, style and remarks for T297

This commit is contained in:
Klaus Basan
2018-10-11 03:19:21 +02:00
parent 5d4bab4be0
commit 00d859d5b3
5 changed files with 10 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ namespace BlackMisc
static constexpr int MaxSituationsPerCallsign = 6; //!< How many situations we keep per callsign
static constexpr int MaxPartsPerCallsign = 20; //!< How many parts we keep per callsign (we keep more parts than situations as parts can just come in)
static constexpr int MaxPartsAgePerCallsignSecs = 60; //!< How many seconds to keep parts for interpolation
static constexpr int DefaultOffsetTimeMs = 6000; //!< \fixme copied from CNetworkVatlib::c_positionTimeOffsetMsec
// static constexpr int DefaultOffsetTimeMs = 6000; //!< \fixme copied from CNetworkVatlib::c_positionTimeOffsetMsec
//! Destructor
virtual ~IRemoteAircraftProvider();