diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-05-31 20:51:09 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-05-31 20:51:09 +0200 |
commit | 9a9557b6431e8d27420603f4895e480d766f6ae2 (patch) | |
tree | 7a076e30c52c0a0d753b061ccf471d11cf5b3c79 /examples/dummyresource | |
parent | 69a3900feb4a0277d4e70e44256c9b37be78a2d5 (diff) | |
download | sink-9a9557b6431e8d27420603f4895e480d766f6ae2.tar.gz sink-9a9557b6431e8d27420603f4895e480d766f6ae2.zip |
Use type implementation to define default buffer and buffer-builder
Diffstat (limited to 'examples/dummyresource')
-rw-r--r-- | examples/dummyresource/domainadaptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dummyresource/domainadaptor.h b/examples/dummyresource/domainadaptor.h index 9d351e7..0490387 100644 --- a/examples/dummyresource/domainadaptor.h +++ b/examples/dummyresource/domainadaptor.h | |||
@@ -5,7 +5,7 @@ | |||
5 | #include "dummycalendar_generated.h" | 5 | #include "dummycalendar_generated.h" |
6 | #include "entity_generated.h" | 6 | #include "entity_generated.h" |
7 | 7 | ||
8 | class DummyEventAdaptorFactory : public DomainTypeAdaptorFactory<Akonadi2::ApplicationDomain::Event, Akonadi2::ApplicationDomain::Buffer::Event, DummyCalendar::DummyEvent, Akonadi2::ApplicationDomain::Buffer::EventBuilder, DummyCalendar::DummyEventBuilder> | 8 | class DummyEventAdaptorFactory : public DomainTypeAdaptorFactory<Akonadi2::ApplicationDomain::Event, DummyCalendar::DummyEvent, DummyCalendar::DummyEventBuilder> |
9 | { | 9 | { |
10 | public: | 10 | public: |
11 | DummyEventAdaptorFactory(); | 11 | DummyEventAdaptorFactory(); |