diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-02 22:39:25 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-02 22:39:25 +0100 |
commit | 91d915a09b7d52c10edb1d4c1298fc2885b8a257 (patch) | |
tree | 407e9a2a1c902a68c78a7d08aab80ba47565fa88 /common/resource.cpp | |
parent | 817bff01d15395206c1cc637d0c9ac0905007bf1 (diff) | |
download | sink-91d915a09b7d52c10edb1d4c1298fc2885b8a257.tar.gz sink-91d915a09b7d52c10edb1d4c1298fc2885b8a257.zip |
DomainTypeAdaptor factory, per type preprocessor pipeline configuration.
Diffstat (limited to 'common/resource.cpp')
-rw-r--r-- | common/resource.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/resource.cpp b/common/resource.cpp index bba6609..db08c4f 100644 --- a/common/resource.cpp +++ b/common/resource.cpp | |||
@@ -39,6 +39,11 @@ Resource::~Resource() | |||
39 | //delete d; | 39 | //delete d; |
40 | } | 40 | } |
41 | 41 | ||
42 | void Resource::configurePipeline(Pipeline *pipeline) | ||
43 | { | ||
44 | |||
45 | } | ||
46 | |||
42 | void Resource::processCommand(int commandId, const QByteArray &data, uint size, Pipeline *pipeline) | 47 | void Resource::processCommand(int commandId, const QByteArray &data, uint size, Pipeline *pipeline) |
43 | { | 48 | { |
44 | Q_UNUSED(commandId) | 49 | Q_UNUSED(commandId) |