mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Ref T259, Ref T243 use enum for client capabilities
This commit is contained in:
@@ -115,15 +115,14 @@ namespace BlackMisc
|
||||
GlobalIndexCCoordinateGeodetic = 5200,
|
||||
GlobalIndexCElevationPlane = 5300,
|
||||
GlobalIndexCClient = 6000,
|
||||
GlobalIndexClientCapabilities = 6100, //!< used with map key
|
||||
GlobalIndexCUser = 6200,
|
||||
GlobalIndexCAuthenticatedUser = 6300,
|
||||
GlobalIndexCRole = 6400,
|
||||
GlobalIndexCServer = 6500,
|
||||
GlobalIndexCFsdSetup = 6600,
|
||||
GlobalIndexCUrl = 6700,
|
||||
GlobalIndexCUrlLog = 6800,
|
||||
GlobalIndexCRemoteFile = 6900,
|
||||
GlobalIndexCUser = 6100,
|
||||
GlobalIndexCAuthenticatedUser = 6200,
|
||||
GlobalIndexCRole = 6300,
|
||||
GlobalIndexCServer = 6400,
|
||||
GlobalIndexCFsdSetup = 6500,
|
||||
GlobalIndexCUrl = 6600,
|
||||
GlobalIndexCUrlLog = 6700,
|
||||
GlobalIndexCRemoteFile = 6800,
|
||||
GlobalIndexCEcosystem = 7000,
|
||||
GlobalIndexCRawFsdMessage = 7100,
|
||||
GlobalIndexCAircraftModel = 8000,
|
||||
|
||||
Reference in New Issue
Block a user