diff options
Diffstat (limited to 'common/synchronizerstore.h')
-rw-r--r-- | common/synchronizerstore.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/synchronizerstore.h b/common/synchronizerstore.h index be33562..8aef68e 100644 --- a/common/synchronizerstore.h +++ b/common/synchronizerstore.h | |||
@@ -56,8 +56,12 @@ public: | |||
56 | 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); | 57 | QByteArrayList resolveLocalIds(const QByteArray &bufferType, const QByteArrayList &localId); |
58 | 58 | ||
59 | void removePrefix(const QByteArray &prefix); | ||
60 | void removeValue(const QByteArray &prefix, const QByteArray &key); | ||
59 | QByteArray readValue(const QByteArray &key); | 61 | QByteArray readValue(const QByteArray &key); |
62 | QByteArray readValue(const QByteArray &prefix, const QByteArray &key); | ||
60 | void writeValue(const QByteArray &key, const QByteArray &value); | 63 | void writeValue(const QByteArray &key, const QByteArray &value); |
64 | void writeValue(const QByteArray &prefix, const QByteArray &key, const QByteArray &value); | ||
61 | 65 | ||
62 | private: | 66 | private: |
63 | Sink::Storage::DataStore::Transaction &mTransaction; | 67 | Sink::Storage::DataStore::Transaction &mTransaction; |