X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSocketSink.hh;h=96e3360435bbbbfd7b7bc16d01ebead0c167152a;hb=51044eb18f034c1a059ffe2fb109a422c1cbe251;hp=de06e708c41a8804f3a5fc666fc50e073814b9bd;hpb=19457dfb4c2d5df32f7dcdcb911bd26963ba91b2;p=senf.git diff --git a/PPI/SocketSink.hh b/PPI/SocketSink.hh index de06e70..96e3360 100644 --- a/PPI/SocketSink.hh +++ b/PPI/SocketSink.hh @@ -105,7 +105,7 @@ namespace module { public: typedef typename Writer::Handle Handle; ///< Handle type requested by writer - connector::ActiveInput input; ///< Input connector from which data is received + connector::ActiveInput<> input; ///< Input connector from which data is received ActiveSocketSink(Handle handle); ///< Create new writer for the given handle /**< Data will be written to \a handle using \a Writer. @@ -166,7 +166,7 @@ namespace module { public: typedef typename Writer::Handle Handle; ///< Handle type requested by writer - connector::PassiveInput input; ///< Input connector from which data is received + connector::PassiveInput<> input; ///< Input connector from which data is received PassiveSocketSink(Handle handle); ///< Create new writer for the given handle /**< Data will be written to \a handle using \a Writer.