summaryrefslogtreecommitdiffstats
path: root/common/synchronizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r--common/synchronizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h
index ff25a08..16905d7 100644
--- a/common/synchronizer.h
+++ b/common/synchronizer.h
@@ -110,13 +110,13 @@ protected:
110 */ 110 */
111 void createOrModify(const QByteArray &bufferType, const QByteArray &remoteId, const Sink::ApplicationDomain::ApplicationDomainType &entity); 111 void createOrModify(const QByteArray &bufferType, const QByteArray &remoteId, const Sink::ApplicationDomain::ApplicationDomainType &entity);
112 template <typename DomainType> 112 template <typename DomainType>
113 void createOrModify(const QByteArray &bufferType, const QByteArray &remoteId, const DomainType &entity, const QHash<QByteArray, Sink::Query::Comparator> &mergeCriteria); 113 void SINK_EXPORT createOrModify(const QByteArray &bufferType, const QByteArray &remoteId, const DomainType &entity, const QHash<QByteArray, Sink::Query::Comparator> &mergeCriteria);
114 void modify(const QByteArray &bufferType, const QByteArray &remoteId, const Sink::ApplicationDomain::ApplicationDomainType &entity); 114 void modify(const QByteArray &bufferType, const QByteArray &remoteId, const Sink::ApplicationDomain::ApplicationDomainType &entity);
115 115
116 // template <typename DomainType> 116 // template <typename DomainType>
117 // void create(const DomainType &entity); 117 // void create(const DomainType &entity);
118 template <typename DomainType> 118 template <typename DomainType>
119 void modify(const DomainType &entity, const QByteArray &newResource = QByteArray(), bool remove = false); 119 void SINK_EXPORT modify(const DomainType &entity, const QByteArray &newResource = QByteArray(), bool remove = false);
120 // template <typename DomainType> 120 // template <typename DomainType>
121 // void remove(const DomainType &entity); 121 // void remove(const DomainType &entity);
122 QByteArrayList resolveFilter(const QueryBase::Comparator &filter); 122 QByteArrayList resolveFilter(const QueryBase::Comparator &filter);