This commit is contained in:
Klaus Basan
2018-06-27 18:19:32 +02:00
parent 7e8c0cc99d
commit 6bcded9264
8 changed files with 46 additions and 46 deletions

View File

@@ -24,10 +24,10 @@ namespace BlackMisc
//! Trait for last (most recently) used server and user
struct TLastServer : public TDataTrait<CServer>
{
//! Key in data cache
//! \copydoc BlackCore::TDataTrait::key
static const char *key() { return "lastserver"; }
//! First load is synchronous
//! \copydoc BlackCore::TDataTrait::isPinned
static constexpr bool isPinned() { return true; }
};
} // ns