mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
some style changes in same step
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/country.h"
|
||||
#include "blackmisc/datastore.h"
|
||||
#include "blackmisc/db/datastore.h"
|
||||
#include "blackmisc/icon.h"
|
||||
#include "blackmisc/metaclass.h"
|
||||
#include "blackmisc/network/rolelist.h"
|
||||
@@ -37,7 +37,7 @@ namespace BlackMisc
|
||||
*/
|
||||
class BLACKMISC_EXPORT CAuthenticatedUser :
|
||||
public CValueObject<CAuthenticatedUser>,
|
||||
public BlackMisc::IDatastoreObjectWithIntegerKey
|
||||
public BlackMisc::Db::IDatastoreObjectWithIntegerKey
|
||||
{
|
||||
public:
|
||||
//! Properties by index
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#define BLACKMISC_NETWORK_ROLE_H
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/datastore.h"
|
||||
#include "blackmisc/db/datastore.h"
|
||||
#include "blackmisc/metaclass.h"
|
||||
#include "blackmisc/propertyindex.h"
|
||||
#include "blackmisc/valueobject.h"
|
||||
@@ -32,7 +32,7 @@ namespace BlackMisc
|
||||
*/
|
||||
class BLACKMISC_EXPORT CRole :
|
||||
public CValueObject<CRole>,
|
||||
public IDatastoreObjectWithIntegerKey
|
||||
public BlackMisc::Db::IDatastoreObjectWithIntegerKey
|
||||
{
|
||||
public:
|
||||
//! Properties by index
|
||||
|
||||
Reference in New Issue
Block a user