mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +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,
|
||||
|
||||
Reference in New Issue
Block a user