From 9a5f0a14714ec9a6a71a003b72e5ed3520dfa125 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 19 Oct 2016 16:15:23 +0200 Subject: Removed the whole revision cleanup into the entitystore --- common/storage/entitystore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/storage/entitystore.h') diff --git a/common/storage/entitystore.h b/common/storage/entitystore.h index 39f5fc1..0e7572a 100644 --- a/common/storage/entitystore.h +++ b/common/storage/entitystore.h @@ -47,6 +47,7 @@ public: bool modify(const QByteArray &type, const ApplicationDomain::ApplicationDomainType &, const QByteArrayList &deletions, bool replayToSource, const PreprocessModification &); bool remove(const QByteArray &type, const QByteArray &uid, bool replayToSource, const PreprocessRemoval &); void cleanupRevision(qint64 revision); + void cleanupRevisions(qint64 revision); void startTransaction(Sink::Storage::DataStore::AccessMode); void commitTransaction(); -- cgit v1.2.3