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:
Klaus Basan
2015-10-21 18:45:12 +02:00
committed by Mathew Sutcliffe
parent bcf1bed1d0
commit 134a725002
13 changed files with 588 additions and 120 deletions

View File

@@ -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,