mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Style
This commit is contained in:
@@ -27,14 +27,14 @@ namespace BlackMisc
|
||||
{
|
||||
//! Information about accessing one URL over the network
|
||||
class BLACKMISC_EXPORT CUrlLog :
|
||||
public BlackMisc::CValueObject<CUrlLog>,
|
||||
public BlackMisc::ITimestampBased
|
||||
public CValueObject<CUrlLog>,
|
||||
public ITimestampBased
|
||||
{
|
||||
public:
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexId = BlackMisc::CPropertyIndex::GlobalIndexCUrlLog,
|
||||
IndexId = CPropertyIndex::GlobalIndexCUrlLog,
|
||||
IndexSuccess,
|
||||
IndexUrl,
|
||||
IndexResponseTimestamp,
|
||||
|
||||
@@ -27,8 +27,8 @@ namespace BlackMisc
|
||||
//! Value object encapsulating a list of voice rooms.
|
||||
class BLACKMISC_EXPORT CUrlLogList :
|
||||
public CSequence<CUrlLog>,
|
||||
public BlackMisc::ITimestampObjectList<CUrlLog, CUrlLogList>,
|
||||
public BlackMisc::Mixin::MetaType<CUrlLogList>
|
||||
public ITimestampObjectList<CUrlLog, CUrlLogList>,
|
||||
public Mixin::MetaType<CUrlLogList>
|
||||
{
|
||||
public:
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CUrlLogList)
|
||||
|
||||
Reference in New Issue
Block a user