mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 05:30:41 +08:00
Ref T125, value class for remote files (i.e. files downloaded). Corresponds with backend service T132
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8d72fe5285
commit
50442e6f13
@@ -120,27 +120,28 @@ namespace BlackMisc
|
||||
GlobalIndexCServer = 6500,
|
||||
GlobalIndexCFsdSetup = 6600,
|
||||
GlobalIndexCUrl = 6700,
|
||||
GlobalIndexCAircraftModel = 6800,
|
||||
GlobalIndexCSimulatedAircraft = 6900,
|
||||
GlobalIndexCTextMessage = 7000,
|
||||
GlobalIndexCSimulatorInternals = 7100,
|
||||
GlobalIndexCSimulatorSettings = 7200,
|
||||
GlobalIndexCSwiftPluignSettings = 7300,
|
||||
GlobalIndexCSimulatorMessageSettings = 7400,
|
||||
GlobalIndexCModelSettings = 7500,
|
||||
GlobalIndexCAircraftCfgEntries = 7600,
|
||||
GlobalIndexCDistributor = 7700,
|
||||
GlobalIndexCMatchingStatisticsEntry = 7800,
|
||||
GlobalIndexCVPilotModelRule = 8000,
|
||||
GlobalIndexCVoiceRoom = 9000,
|
||||
GlobalIndexCSettingKeyboardHotkey = 10000,
|
||||
GlobalIndexIDatastoreInteger = 11000,
|
||||
GlobalIndexIDatastoreString = 11100,
|
||||
GlobalIndexCDbInfo = 11200,
|
||||
GlobalIndexCGlobalSetup = 12000,
|
||||
GlobalIndexCDistribution = 12100,
|
||||
GlobalIndexCVatsimSetup = 12200,
|
||||
GlobalIndexCLauncherSetup = 12300,
|
||||
GlobalIndexCRemoteFile = 6800,
|
||||
GlobalIndexCAircraftModel = 7000,
|
||||
GlobalIndexCSimulatedAircraft = 7100,
|
||||
GlobalIndexCTextMessage = 7200,
|
||||
GlobalIndexCSimulatorInternals = 7300,
|
||||
GlobalIndexCSimulatorSettings = 7400,
|
||||
GlobalIndexCSwiftPluignSettings = 7500,
|
||||
GlobalIndexCSimulatorMessageSettings = 7600,
|
||||
GlobalIndexCModelSettings = 7700,
|
||||
GlobalIndexCAircraftCfgEntries = 7800,
|
||||
GlobalIndexCDistributor = 7900,
|
||||
GlobalIndexCMatchingStatisticsEntry = 8000,
|
||||
GlobalIndexCVPilotModelRule = 9000,
|
||||
GlobalIndexCVoiceRoom = 10000,
|
||||
GlobalIndexCSettingKeyboardHotkey = 11000,
|
||||
GlobalIndexIDatastoreInteger = 12000,
|
||||
GlobalIndexIDatastoreString = 12100,
|
||||
GlobalIndexCDbInfo = 12200,
|
||||
GlobalIndexCGlobalSetup = 13000,
|
||||
GlobalIndexCDistribution = 13100,
|
||||
GlobalIndexCVatsimSetup = 13200,
|
||||
GlobalIndexCLauncherSetup = 13300,
|
||||
GlobalIndexCGuiStateDbOwnModelsComponent = 14000,
|
||||
GlobalIndexCGuiStateDbOwnModelSetComponent = 14100,
|
||||
GlobalIndexCDockWidgetSettings = 14200,
|
||||
|
||||
Reference in New Issue
Block a user