diff options
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h index 98b12ed..9459f04 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -168,6 +168,11 @@ public: | |||
168 | static qint64 maxRevision(const Akonadi2::Storage::Transaction &); | 168 | static qint64 maxRevision(const Akonadi2::Storage::Transaction &); |
169 | static void setMaxRevision(Akonadi2::Storage::Transaction &, qint64 revision); | 169 | static void setMaxRevision(Akonadi2::Storage::Transaction &, qint64 revision); |
170 | 170 | ||
171 | static QByteArray getUidFromRevision(const Akonadi2::Storage::Transaction &, qint64 revision); | ||
172 | static QByteArray getTypeFromRevision(const Akonadi2::Storage::Transaction &, qint64 revision); | ||
173 | static void recordRevision(Akonadi2::Storage::Transaction &, qint64 revision, const QByteArray &uid, const QByteArray &type); | ||
174 | static void removeRevision(Akonadi2::Storage::Transaction &, qint64 revision); | ||
175 | |||
171 | bool exists() const; | 176 | bool exists() const; |
172 | 177 | ||
173 | static bool isInternalKey(const char *key); | 178 | static bool isInternalKey(const char *key); |