mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +08:00
refs #697 Data cache traits renamed with T prefix.
This commit is contained in:
@@ -203,7 +203,7 @@ namespace BlackCore
|
||||
};
|
||||
|
||||
//! Trait for global setup data
|
||||
struct GlobalSetup : public BlackMisc::CDataTrait<CGlobalSetup>
|
||||
struct TGlobalSetup : public BlackMisc::TDataTrait<CGlobalSetup>
|
||||
{
|
||||
//! Key in data cache
|
||||
static const char *key() { return "bootstrap"; }
|
||||
|
||||
Reference in New Issue
Block a user