mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +08:00
refs #697 Data cache traits renamed with T prefix.
This commit is contained in:
@@ -119,7 +119,7 @@ namespace BlackCore
|
||||
};
|
||||
|
||||
//! Trait for global setup data
|
||||
struct VatsimSetup : public BlackMisc::CDataTrait<CVatsimSetup>
|
||||
struct TVatsimSetup : public BlackMisc::TDataTrait<CVatsimSetup>
|
||||
{
|
||||
//! Key in data cache
|
||||
static const char *key() { return "vatsimsetup"; }
|
||||
@@ -129,7 +129,7 @@ namespace BlackCore
|
||||
};
|
||||
|
||||
//! Trait for currently used VATSIM server and user
|
||||
struct VatsimCurrentServer : public BlackMisc::CDataTrait<BlackMisc::Network::CServer>
|
||||
struct TVatsimCurrentServer : public BlackMisc::TDataTrait<BlackMisc::Network::CServer>
|
||||
{
|
||||
//! Key in data cache
|
||||
static const char *key() { return "vatsimserver"; }
|
||||
|
||||
Reference in New Issue
Block a user