diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-24 09:57:34 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-24 09:57:34 +0100 |
commit | 64d7d7bdd1edb2bcc305ca007784d0708cf7ef3c (patch) | |
tree | 37069947a889fd5209e2d1e0686c2783c0062f2e /common/storage/entitystore.h | |
parent | 3d35192a7cb2f0321ef54eb721ec21c40758e774 (diff) | |
download | sink-64d7d7bdd1edb2bcc305ca007784d0708cf7ef3c.tar.gz sink-64d7d7bdd1edb2bcc305ca007784d0708cf7ef3c.zip |
Deal with not using the implicit internal transaction.
Diffstat (limited to 'common/storage/entitystore.h')
-rw-r--r-- | common/storage/entitystore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage/entitystore.h b/common/storage/entitystore.h index be3817b..06ca8c4 100644 --- a/common/storage/entitystore.h +++ b/common/storage/entitystore.h | |||
@@ -47,7 +47,7 @@ public: | |||
47 | bool modify(const QByteArray &type, const ApplicationDomain::ApplicationDomainType &, const QByteArrayList &deletions, bool replayToSource, const PreprocessModification &); | 47 | bool modify(const QByteArray &type, const ApplicationDomain::ApplicationDomainType &, const QByteArrayList &deletions, bool replayToSource, const PreprocessModification &); |
48 | bool remove(const QByteArray &type, const QByteArray &uid, bool replayToSource, const PreprocessRemoval &); | 48 | bool remove(const QByteArray &type, const QByteArray &uid, bool replayToSource, const PreprocessRemoval &); |
49 | void cleanupRevision(qint64 revision); | 49 | void cleanupRevision(qint64 revision); |
50 | void cleanupRevisions(qint64 revision); | 50 | bool cleanupRevisions(qint64 revision); |
51 | 51 | ||
52 | void startTransaction(Sink::Storage::DataStore::AccessMode); | 52 | void startTransaction(Sink::Storage::DataStore::AccessMode); |
53 | void commitTransaction(); | 53 | void commitTransaction(); |