diff options
Diffstat (limited to 'dummyresource/domainadaptor.h')
-rw-r--r-- | dummyresource/domainadaptor.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dummyresource/domainadaptor.h b/dummyresource/domainadaptor.h deleted file mode 100644 index 9d351e7..0000000 --- a/dummyresource/domainadaptor.h +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #include "common/domainadaptor.h" | ||
4 | #include "event_generated.h" | ||
5 | #include "dummycalendar_generated.h" | ||
6 | #include "entity_generated.h" | ||
7 | |||
8 | class DummyEventAdaptorFactory : public DomainTypeAdaptorFactory<Akonadi2::ApplicationDomain::Event, Akonadi2::ApplicationDomain::Buffer::Event, DummyCalendar::DummyEvent, Akonadi2::ApplicationDomain::Buffer::EventBuilder, DummyCalendar::DummyEventBuilder> | ||
9 | { | ||
10 | public: | ||
11 | DummyEventAdaptorFactory(); | ||
12 | virtual ~DummyEventAdaptorFactory() {}; | ||
13 | virtual void createBuffer(const Akonadi2::ApplicationDomain::Event &event, flatbuffers::FlatBufferBuilder &fbb); | ||
14 | }; | ||