diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-19 15:47:39 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-21 09:18:50 +0200 |
commit | 21da1b751d0f55648a7c9dbe71a3cd3440a134f0 (patch) | |
tree | f422bfd94c77c9c2c8783d0e399b061d29913af0 /common/storage | |
parent | ba7c8b890c45d735216888204ec88882ef58c918 (diff) | |
download | sink-21da1b751d0f55648a7c9dbe71a3cd3440a134f0.tar.gz sink-21da1b751d0f55648a7c9dbe71a3cd3440a134f0.zip |
Fixed specialpurposeprocessor
Diffstat (limited to 'common/storage')
-rw-r--r-- | common/storage/entitystore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/storage/entitystore.h b/common/storage/entitystore.h index 65bff50..39f5fc1 100644 --- a/common/storage/entitystore.h +++ b/common/storage/entitystore.h | |||
@@ -42,6 +42,7 @@ public: | |||
42 | typedef std::function<void(ApplicationDomain::ApplicationDomainType &)> PreprocessCreation; | 42 | typedef std::function<void(ApplicationDomain::ApplicationDomainType &)> PreprocessCreation; |
43 | typedef std::function<void(const ApplicationDomain::ApplicationDomainType &)> PreprocessRemoval; | 43 | typedef std::function<void(const ApplicationDomain::ApplicationDomainType &)> PreprocessRemoval; |
44 | 44 | ||
45 | //Only the pipeline may call the following functions outside of tests | ||
45 | bool add(const QByteArray &type, const ApplicationDomain::ApplicationDomainType &, bool replayToSource, const PreprocessCreation &); | 46 | bool add(const QByteArray &type, const ApplicationDomain::ApplicationDomainType &, bool replayToSource, const PreprocessCreation &); |
46 | 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 &); |
47 | 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 &); |