mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Ref T308, style
This commit is contained in:
@@ -32,9 +32,9 @@ namespace BlackMisc
|
||||
{
|
||||
//! Value object encapsulating information of software distributor.
|
||||
class BLACKMISC_EXPORT CDistributor :
|
||||
public BlackMisc::CValueObject<CDistributor>,
|
||||
public BlackMisc::Db::IDatastoreObjectWithStringKey,
|
||||
public BlackMisc::IOrderable
|
||||
public CValueObject<CDistributor>,
|
||||
public Db::IDatastoreObjectWithStringKey,
|
||||
public IOrderable
|
||||
{
|
||||
public:
|
||||
//! Property indexes
|
||||
|
||||
Reference in New Issue
Block a user