summaryrefslogtreecommitdiffstats
path: root/common/synchronizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r--common/synchronizer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h
index 81d4f27..5f60128 100644
--- a/common/synchronizer.h
+++ b/common/synchronizer.h
@@ -84,6 +84,7 @@ protected:
84 void createOrModify(const QByteArray &bufferType, const QByteArray &remoteId, const Sink::ApplicationDomain::ApplicationDomainType &entity); 84 void createOrModify(const QByteArray &bufferType, const QByteArray &remoteId, const Sink::ApplicationDomain::ApplicationDomainType &entity);
85 template <typename DomainType> 85 template <typename DomainType>
86 void createOrModify(const QByteArray &bufferType, const QByteArray &remoteId, const DomainType &entity, const QHash<QByteArray, Sink::Query::Comparator> &mergeCriteria); 86 void createOrModify(const QByteArray &bufferType, const QByteArray &remoteId, const DomainType &entity, const QHash<QByteArray, Sink::Query::Comparator> &mergeCriteria);
87 void modify(const QByteArray &bufferType, const QByteArray &remoteId, const Sink::ApplicationDomain::ApplicationDomainType &entity);
87 88
88 // template <typename DomainType> 89 // template <typename DomainType>
89 // void create(const DomainType &entity); 90 // void create(const DomainType &entity);