diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-10 23:32:31 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-10 23:32:31 +0200 |
commit | 4f393198d022815c66b10871c7e5efe45a0bf462 (patch) | |
tree | fe5e87503d4298df78d9b1110388798de493f00b /common/storage.h | |
parent | 13cd7cff06f1e4e51fb2a5d16b57662292c80b77 (diff) | |
download | sink-4f393198d022815c66b10871c7e5efe45a0bf462.tar.gz sink-4f393198d022815c66b10871c7e5efe45a0bf462.zip |
Ported messagequeue to new API
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h index fd35274..f9a207f 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -168,6 +168,8 @@ public: | |||
168 | 168 | ||
169 | qint64 maxRevision(); | 169 | qint64 maxRevision(); |
170 | void setMaxRevision(qint64 revision); | 170 | void setMaxRevision(qint64 revision); |
171 | static qint64 maxRevision(const Akonadi2::Storage::Transaction &); | ||
172 | static void setMaxRevision(Akonadi2::Storage::Transaction &, qint64 revision); | ||
171 | 173 | ||
172 | bool exists() const; | 174 | bool exists() const; |
173 | 175 | ||