diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-02 22:39:25 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-02 22:39:25 +0100 |
commit | 91d915a09b7d52c10edb1d4c1298fc2885b8a257 (patch) | |
tree | 407e9a2a1c902a68c78a7d08aab80ba47565fa88 /common/entitybuffer.cpp | |
parent | 817bff01d15395206c1cc637d0c9ac0905007bf1 (diff) | |
download | sink-91d915a09b7d52c10edb1d4c1298fc2885b8a257.tar.gz sink-91d915a09b7d52c10edb1d4c1298fc2885b8a257.zip |
DomainTypeAdaptor factory, per type preprocessor pipeline configuration.
Diffstat (limited to 'common/entitybuffer.cpp')
-rw-r--r-- | common/entitybuffer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/entitybuffer.cpp b/common/entitybuffer.cpp index b9c9d76..c5d6bce 100644 --- a/common/entitybuffer.cpp +++ b/common/entitybuffer.cpp | |||
@@ -18,6 +18,11 @@ EntityBuffer::EntityBuffer(void *dataValue, int dataSize) | |||
18 | } | 18 | } |
19 | } | 19 | } |
20 | 20 | ||
21 | const Akonadi2::Entity &EntityBuffer::entity() | ||
22 | { | ||
23 | return *mEntity; | ||
24 | } | ||
25 | |||
21 | const flatbuffers::Vector<uint8_t>* EntityBuffer::resourceBuffer() | 26 | const flatbuffers::Vector<uint8_t>* EntityBuffer::resourceBuffer() |
22 | { | 27 | { |
23 | if (!mEntity) { | 28 | if (!mEntity) { |