diff options
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index f9b834e..00b5fba 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -79,7 +79,7 @@ protected: | |||
79 | void enqueueCommand(int commandId, const QByteArray &data); | 79 | void enqueueCommand(int commandId, const QByteArray &data); |
80 | 80 | ||
81 | void createEntity(const QByteArray &localId, const QByteArray &bufferType, const Sink::ApplicationDomain::ApplicationDomainType &domainObject); | 81 | void createEntity(const QByteArray &localId, const QByteArray &bufferType, const Sink::ApplicationDomain::ApplicationDomainType &domainObject); |
82 | void modifyEntity(const QByteArray &localId, qint64 revision, const QByteArray &bufferType, const Sink::ApplicationDomain::ApplicationDomainType &domainObject); | 82 | void modifyEntity(const QByteArray &localId, qint64 revision, const QByteArray &bufferType, const Sink::ApplicationDomain::ApplicationDomainType &domainObject, const QByteArray &newResource = QByteArray(), bool remove = false); |
83 | void deleteEntity(const QByteArray &localId, qint64 revision, const QByteArray &bufferType); | 83 | void deleteEntity(const QByteArray &localId, qint64 revision, const QByteArray &bufferType); |
84 | 84 | ||
85 | /** | 85 | /** |
@@ -109,7 +109,7 @@ protected: | |||
109 | // template <typename DomainType> | 109 | // template <typename DomainType> |
110 | // void create(const DomainType &entity); | 110 | // void create(const DomainType &entity); |
111 | template <typename DomainType> | 111 | template <typename DomainType> |
112 | void modify(const DomainType &entity); | 112 | void modify(const DomainType &entity, const QByteArray &newResource = QByteArray(), bool remove = false); |
113 | // template <typename DomainType> | 113 | // template <typename DomainType> |
114 | // void remove(const DomainType &entity); | 114 | // void remove(const DomainType &entity); |
115 | QByteArrayList resolveFilter(const QueryBase::Comparator &filter); | 115 | QByteArrayList resolveFilter(const QueryBase::Comparator &filter); |