mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #697 Data cache traits renamed with T prefix.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace BlackCore
|
||||
{
|
||||
//! Trait for for global cached DB user.
|
||||
//! This user has authenticated with the swift DB.
|
||||
struct AuthenticatedDbUser : public BlackMisc::CDataTrait<BlackMisc::Network::CAuthenticatedUser>
|
||||
struct TAuthenticatedDbUser : public BlackMisc::TDataTrait<BlackMisc::Network::CAuthenticatedUser>
|
||||
{
|
||||
//! Key in data cache
|
||||
static const char *key() { return "dbuser"; }
|
||||
|
||||
Reference in New Issue
Block a user