From 21da1b751d0f55648a7c9dbe71a3cd3440a134f0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 19 Oct 2016 15:47:39 +0200 Subject: Fixed specialpurposeprocessor --- common/storage/entitystore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/storage') 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: typedef std::function PreprocessCreation; typedef std::function PreprocessRemoval; + //Only the pipeline may call the following functions outside of tests bool add(const QByteArray &type, const ApplicationDomain::ApplicationDomainType &, bool replayToSource, const PreprocessCreation &); 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 &); -- cgit v1.2.3