refs #559, adjustments cache/settings moved

This commit is contained in:
Klaus Basan
2015-12-18 03:25:03 +01:00
parent 070ba8f158
commit 3ac32fa58e
42 changed files with 87 additions and 98 deletions

View File

@@ -13,7 +13,7 @@
#define BLACKCORE_DATA_AUTHENTICATEDUSER_H
#include "blackcore/blackcoreexport.h"
#include "blackcore/datacache.h"
#include "blackmisc/datacache.h"
#include "blackmisc/network/authenticateduser.h"
namespace BlackCore
@@ -21,7 +21,7 @@ namespace BlackCore
namespace Data
{
//! Trait for for global setup data
struct AuthenticatedUser : public BlackCore::CDataTrait<BlackMisc::Network::CAuthenticatedUser>
struct AuthenticatedUser : public BlackMisc::CDataTrait<BlackMisc::Network::CAuthenticatedUser>
{
//! Key in data cache
static const char *key() { return "readers/global/user"; }