diff options
Diffstat (limited to 'common/domainadaptor.h')
-rw-r--r-- | common/domainadaptor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/domainadaptor.h b/common/domainadaptor.h index 3af0fad..e97c5f5 100644 --- a/common/domainadaptor.h +++ b/common/domainadaptor.h | |||
@@ -35,6 +35,7 @@ | |||
35 | #include "entitybuffer.h" | 35 | #include "entitybuffer.h" |
36 | #include "propertymapper.h" | 36 | #include "propertymapper.h" |
37 | #include "log.h" | 37 | #include "log.h" |
38 | #include "dummy_generated.h" | ||
38 | 39 | ||
39 | /** | 40 | /** |
40 | * Create a buffer from a domain object using the provided mappings | 41 | * Create a buffer from a domain object using the provided mappings |
@@ -130,7 +131,7 @@ public: | |||
130 | * It defines how values are split accross local and resource buffer. | 131 | * It defines how values are split accross local and resource buffer. |
131 | * This is required by the facade the read the value, and by the pipeline preprocessors to access the domain values in a generic way. | 132 | * This is required by the facade the read the value, and by the pipeline preprocessors to access the domain values in a generic way. |
132 | */ | 133 | */ |
133 | template <typename DomainType, typename ResourceBuffer, typename ResourceBuilder> | 134 | template <typename DomainType, typename ResourceBuffer = Sink::ApplicationDomain::Buffer::Dummy, typename ResourceBuilder = Sink::ApplicationDomain::Buffer::DummyBuilder> |
134 | class SINK_EXPORT DomainTypeAdaptorFactory : public DomainTypeAdaptorFactoryInterface | 135 | class SINK_EXPORT DomainTypeAdaptorFactory : public DomainTypeAdaptorFactoryInterface |
135 | { | 136 | { |
136 | typedef typename Sink::ApplicationDomain::TypeImplementation<DomainType>::Buffer LocalBuffer; | 137 | typedef typename Sink::ApplicationDomain::TypeImplementation<DomainType>::Buffer LocalBuffer; |