mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #538, Formatting, minor tweaks, comments
* new slot syntax in ATC station component * formatting, comments * tab order * utility function for severity in status message * null checks in threadutils * invalidKey function in datastore * changed data object keys (cached objets) * added missing value object compare cases * renamed timer in context network * finder function for model list * renamed getContainer to container (as it is just a reference)
This commit is contained in:
@@ -149,7 +149,7 @@ namespace BlackCore
|
||||
struct GlobalSetup : public BlackCore::CDataTrait<CGlobalSetup>
|
||||
{
|
||||
//! Key in data cache
|
||||
static const char *key() { return "readers/global/setup"; }
|
||||
static const char *key() { return "readers/setup"; }
|
||||
|
||||
//! Default value
|
||||
static const CGlobalSetup &defaultValue()
|
||||
|
||||
@@ -106,7 +106,7 @@ namespace BlackCore
|
||||
struct UpdateInfo : public BlackCore::CDataTrait<CUpdateInfo>
|
||||
{
|
||||
//! Key in data cache
|
||||
static const char *key() { return "readers/global/updateinfo"; }
|
||||
static const char *key() { return "readers/updateinfo"; }
|
||||
|
||||
//! Default value
|
||||
static const CUpdateInfo &defaultValue()
|
||||
|
||||
Reference in New Issue
Block a user