diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-21 10:51:12 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-21 10:51:12 +0100 |
commit | cf91df49d0eadfdc7dec23fd82da9e7b9a964ea6 (patch) | |
tree | 33cdbf0e1f5148baeb050f34ae82d85ef557fcad /common/domainadaptor.h | |
parent | 4f1edeb042b9d4cfe8efe5baa0f57f4eb950fd86 (diff) | |
download | sink-cf91df49d0eadfdc7dec23fd82da9e7b9a964ea6.tar.gz sink-cf91df49d0eadfdc7dec23fd82da9e7b9a964ea6.zip |
Create buffer with values from domain object
Diffstat (limited to 'common/domainadaptor.h')
-rw-r--r-- | common/domainadaptor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domainadaptor.h b/common/domainadaptor.h index e8f586b..164c749 100644 --- a/common/domainadaptor.h +++ b/common/domainadaptor.h | |||
@@ -68,6 +68,7 @@ class DomainTypeAdaptorFactory/* <typename DomainType, LocalBuffer, ResourceBuff | |||
68 | { | 68 | { |
69 | public: | 69 | public: |
70 | virtual QSharedPointer<Akonadi2::Domain::BufferAdaptor> createAdaptor(const Akonadi2::Entity &entity) = 0; | 70 | virtual QSharedPointer<Akonadi2::Domain::BufferAdaptor> createAdaptor(const Akonadi2::Entity &entity) = 0; |
71 | virtual void createBuffer(const Akonadi2::Domain::Event &event, flatbuffers::FlatBufferBuilder &fbb) {}; | ||
71 | 72 | ||
72 | protected: | 73 | protected: |
73 | QSharedPointer<PropertyMapper<LocalBuffer> > mLocalMapper; | 74 | QSharedPointer<PropertyMapper<LocalBuffer> > mLocalMapper; |