mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T473, added version attribute for DB based value objects.
So all DB objects could have version.
This commit is contained in:
committed by
Mat Sutcliffe
parent
9facd200f1
commit
a40e37e59b
@@ -152,7 +152,7 @@ namespace BlackMisc
|
||||
//! \copydoc BlackMisc::Mixin::Index::setPropertyByIndex
|
||||
void setPropertyByIndex(const CPropertyIndex &index, const CVariant &variant);
|
||||
|
||||
//! Compare for index
|
||||
//! \copydoc BlackMisc::Mixin::Index::comparePropertyByIndex
|
||||
int comparePropertyByIndex(const CPropertyIndex &index, const ITimestampBased &compareValue) const;
|
||||
|
||||
//! Update missing parts
|
||||
|
||||
Reference in New Issue
Block a user