diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-09 16:14:31 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-09 16:14:31 +0100 |
commit | d5b4d64ca0609f65cda606d1456f4040ff008cda (patch) | |
tree | 8e700409faa481609a2e678d2dc4eb2a520b5ef1 /common/domainadaptor.h | |
parent | 2b79fb7b6a4759086302c68d63731256465bc5fe (diff) | |
download | sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.tar.gz sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.zip |
Use Sink instead of SinkCommon
Diffstat (limited to 'common/domainadaptor.h')
-rw-r--r-- | common/domainadaptor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/domainadaptor.h b/common/domainadaptor.h index 6299a23..893c8d0 100644 --- a/common/domainadaptor.h +++ b/common/domainadaptor.h | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include "sinkcommon_export.h" | 22 | #include "sink_export.h" |
23 | #include <QVariant> | 23 | #include <QVariant> |
24 | #include <QByteArray> | 24 | #include <QByteArray> |
25 | #include <functional> | 25 | #include <functional> |
@@ -122,7 +122,7 @@ public: | |||
122 | * This is required by the facade the read the value, and by the pipeline preprocessors to access the domain values in a generic way. | 122 | * This is required by the facade the read the value, and by the pipeline preprocessors to access the domain values in a generic way. |
123 | */ | 123 | */ |
124 | template<typename DomainType, typename ResourceBuffer, typename ResourceBuilder> | 124 | template<typename DomainType, typename ResourceBuffer, typename ResourceBuilder> |
125 | class SINKCOMMON_EXPORT DomainTypeAdaptorFactory : public DomainTypeAdaptorFactoryInterface | 125 | class SINK_EXPORT DomainTypeAdaptorFactory : public DomainTypeAdaptorFactoryInterface |
126 | { | 126 | { |
127 | typedef typename Sink::ApplicationDomain::TypeImplementation<DomainType>::Buffer LocalBuffer; | 127 | typedef typename Sink::ApplicationDomain::TypeImplementation<DomainType>::Buffer LocalBuffer; |
128 | typedef typename Sink::ApplicationDomain::TypeImplementation<DomainType>::BufferBuilder LocalBuilder; | 128 | typedef typename Sink::ApplicationDomain::TypeImplementation<DomainType>::BufferBuilder LocalBuilder; |