diff options
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index c65cbfd..2ca87a4 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -46,13 +46,12 @@ public: | |||
46 | 46 | ||
47 | Storage &storage() const; | 47 | Storage &storage() const; |
48 | 48 | ||
49 | void setResourceType(const QByteArray &resourceType); | ||
49 | void setPreprocessors(const QString &entityType, const QVector<Preprocessor *> &preprocessors); | 50 | void setPreprocessors(const QString &entityType, const QVector<Preprocessor *> &preprocessors); |
50 | void startTransaction(); | 51 | void startTransaction(); |
51 | void commit(); | 52 | void commit(); |
52 | Storage::Transaction &transaction(); | 53 | Storage::Transaction &transaction(); |
53 | 54 | ||
54 | void setAdaptorFactory(const QString &entityType, DomainTypeAdaptorFactoryInterface::Ptr factory); | ||
55 | |||
56 | KAsync::Job<qint64> newEntity(void const *command, size_t size); | 55 | KAsync::Job<qint64> newEntity(void const *command, size_t size); |
57 | KAsync::Job<qint64> modifiedEntity(void const *command, size_t size); | 56 | KAsync::Job<qint64> modifiedEntity(void const *command, size_t size); |
58 | KAsync::Job<qint64> deletedEntity(void const *command, size_t size); | 57 | KAsync::Job<qint64> deletedEntity(void const *command, size_t size); |