mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
refs #873, nullable interface for value objects
This commit is contained in:
committed by
Mathew Sutcliffe
parent
273427d3d9
commit
f0cbe3b332
@@ -82,9 +82,10 @@ namespace BlackMisc
|
||||
GlobalIndexCNameVariantPair = 300,
|
||||
GlobalIndexITimestampBased = 400,
|
||||
GlobalIndexIOrderable = 500,
|
||||
GlobalIndexCIdentifier = 600,
|
||||
GlobalIndexCRgbColor = 700,
|
||||
GlobalIndexCCountry = 800,
|
||||
GlobalIndexINullable = 600,
|
||||
GlobalIndexCIdentifier = 700,
|
||||
GlobalIndexCRgbColor = 800,
|
||||
GlobalIndexCCountry = 900,
|
||||
GlobalIndexCCallsign = 1000,
|
||||
GlobalIndexCAircraftSituation = 1100,
|
||||
GlobalIndexCAtcStation = 1200,
|
||||
|
||||
Reference in New Issue
Block a user