diff options
-rw-r--r-- | common/synchronizer.h | 4 | ||||
-rw-r--r-- | tests/hawd/dataset.h | 2 |
2 files changed, 3 insertions, 3 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); |
diff --git a/tests/hawd/dataset.h b/tests/hawd/dataset.h index f24cacf..c5c4afe 100644 --- a/tests/hawd/dataset.h +++ b/tests/hawd/dataset.h | |||
@@ -36,7 +36,7 @@ namespace HAWD | |||
36 | class HAWD_EXPORT Dataset | 36 | class HAWD_EXPORT Dataset |
37 | { | 37 | { |
38 | public: | 38 | public: |
39 | class Row | 39 | class HAWD_EXPORT Row |
40 | { | 40 | { |
41 | public: | 41 | public: |
42 | enum StandardCols { | 42 | enum StandardCols { |