summaryrefslogtreecommitdiffstats
path: root/common/synchronizer.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-08-30 00:48:01 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-09-15 16:14:19 +0200
commit6b09016f5d9119729265211db6cc91f991fc3e28 (patch)
tree887e7f8e5db3213cedc2cd4ddf8165212220be00 /common/synchronizer.h
parent4cd598035dcc297ad3a3af16fb5eda218c018a16 (diff)
downloadsink-6b09016f5d9119729265211db6cc91f991fc3e28.tar.gz
sink-6b09016f5d9119729265211db6cc91f991fc3e28.zip
Don' create new entities on flag change.
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);