This commit is contained in:
Klaus Basan
2018-09-22 00:20:28 +02:00
parent bba65326da
commit ff2f653aae
5 changed files with 10 additions and 10 deletions

View File

@@ -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,