diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-03 00:08:44 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-03 00:08:44 +0100 |
commit | 4067462b0a27984df84b0379c19122d574253dfb (patch) | |
tree | e6a413a575b7fd4062da6474907bffd68155706f /common/pipeline.h | |
parent | 91d915a09b7d52c10edb1d4c1298fc2885b8a257 (diff) | |
download | sink-4067462b0a27984df84b0379c19122d574253dfb.tar.gz sink-4067462b0a27984df84b0379c19122d574253dfb.zip |
Shared domain adaptors between resource and facade.
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index 8373899..6005331 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -29,6 +29,8 @@ | |||
29 | #include <storage.h> | 29 | #include <storage.h> |
30 | #include <clientapi.h> //For domain types | 30 | #include <clientapi.h> //For domain types |
31 | 31 | ||
32 | #include "entity_generated.h" | ||
33 | |||
32 | namespace Akonadi2 | 34 | namespace Akonadi2 |
33 | { | 35 | { |
34 | 36 | ||
@@ -112,6 +114,7 @@ public: | |||
112 | bool isIdle() const; | 114 | bool isIdle() const; |
113 | QByteArray key() const; | 115 | QByteArray key() const; |
114 | Pipeline::Type type() const; | 116 | Pipeline::Type type() const; |
117 | const Akonadi2::Entity &entity() const; | ||
115 | 118 | ||
116 | void step(); | 119 | void step(); |
117 | void processingCompleted(Preprocessor *filter); | 120 | void processingCompleted(Preprocessor *filter); |