Ref T259, Ref T243 directly convert to Client capabilities enum in vatlib, do not use an interim enum

This commit is contained in:
Klaus Basan
2018-03-19 21:00:41 +01:00
parent a4b1fca376
commit 9dabef447f
4 changed files with 13 additions and 27 deletions

View File

@@ -82,15 +82,6 @@ namespace BlackCore
//! Underlying library info.
virtual const QString &getLibraryInfo(bool detailed) const = 0;
//! Flags for capabilities bitfield
// enum Capability
// {
// AcceptsAtisResponses = 1 << 0,
// SupportsInterimPosUpdates = 1 << 1,
// SupportsIcaoCodes = 1 << 2,
// SupportsAircraftConfigs = 1 << 3
// };
//! Login modes
enum LoginMode
{