summaryrefslogtreecommitdiffstats
path: root/common/remoteidmap.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-11 13:06:27 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-11 15:26:32 +0100
commit4e6b3ce7d1ce97c3e1fb9ae53c5b2be1787acc6b (patch)
tree08d80bbe1cc890f949110a760cba18e8f2b5249b /common/remoteidmap.h
parente5bec3abfe2f2463244d65386dbd1088bf56f5f3 (diff)
downloadsink-4e6b3ce7d1ce97c3e1fb9ae53c5b2be1787acc6b.tar.gz
sink-4e6b3ce7d1ce97c3e1fb9ae53c5b2be1787acc6b.zip
Prepared new query based synchronization API
Diffstat (limited to 'common/remoteidmap.h')
-rw-r--r--common/remoteidmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/remoteidmap.h b/common/remoteidmap.h
index 32c5efd..52e05d7 100644
--- a/common/remoteidmap.h
+++ b/common/remoteidmap.h
@@ -22,6 +22,7 @@
22#include "sink_export.h" 22#include "sink_export.h"
23 23
24#include "storage.h" 24#include "storage.h"
25#include <QByteArrayList>
25 26
26namespace Sink { 27namespace Sink {
27 28
@@ -53,6 +54,7 @@ public:
53 * This can fail if the entity hasn't been written back to the server yet. 54 * This can fail if the entity hasn't been written back to the server yet.
54 */ 55 */
55 QByteArray resolveLocalId(const QByteArray &bufferType, const QByteArray &localId); 56 QByteArray resolveLocalId(const QByteArray &bufferType, const QByteArray &localId);
57 QByteArrayList resolveLocalIds(const QByteArray &bufferType, const QByteArrayList &localId);
56 58
57 QByteArray readValue(const QByteArray &key); 59 QByteArray readValue(const QByteArray &key);
58 void writeValue(const QByteArray &key, const QByteArray &value); 60 void writeValue(const QByteArray &key, const QByteArray &value);