mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
refs #497 value objects role/user
* created value objects for role/role list and authenticated user * removed old roles class
This commit is contained in:
committed by
Mathew Sutcliffe
parent
bcf1bed1d0
commit
134a725002
@@ -74,14 +74,16 @@ namespace BlackMisc
|
||||
GlobalIndexCCoordinateGeodetic = 5100,
|
||||
GlobalIndexCClient = 6000,
|
||||
GlobalIndexCUser = 6100,
|
||||
GlobalIndexCServer = 6200,
|
||||
GlobalIndexCUrl = 6300,
|
||||
GlobalIndexCAircraftModel = 6400,
|
||||
GlobalIndexCSimulatedAircraft = 6500,
|
||||
GlobalIndexCTextMessage = 6600,
|
||||
GlobalIndexCSimulatorSetup = 6700,
|
||||
GlobalIndexCAircraftCfgEntries = 6800,
|
||||
GlobalIndexCDistributor = 6900,
|
||||
GlobalIndexCAuthenticatedUser = 6200,
|
||||
GlobalIndexCRole = 6300,
|
||||
GlobalIndexCServer = 6400,
|
||||
GlobalIndexCUrl = 6500,
|
||||
GlobalIndexCAircraftModel = 6600,
|
||||
GlobalIndexCSimulatedAircraft = 6700,
|
||||
GlobalIndexCTextMessage = 6800,
|
||||
GlobalIndexCSimulatorSetup = 6900,
|
||||
GlobalIndexCAircraftCfgEntries = 7000,
|
||||
GlobalIndexCDistributor = 7100,
|
||||
GlobalIndexCVPilotModelRule = 8000,
|
||||
GlobalIndexCVoiceRoom = 9000,
|
||||
GlobalIndexCSettingKeyboardHotkey = 10000,
|
||||
|
||||
Reference in New Issue
Block a user