X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FQueueingSocketSink.hh;h=6d6ed8d1ddd06534a3c05e3083d6ccbfa918f9e4;hb=9bc655e14d2d8c204ed835896cb51e42d49bd68f;hp=83de20fb52ec607bff1cf3202cfb87806c29ab2f;hpb=fc1569e67cfda71bc8c406617a5e0b05f28f1b47;p=senf.git diff --git a/senf/PPI/QueueingSocketSink.hh b/senf/PPI/QueueingSocketSink.hh index 83de20f..6d6ed8d 100644 --- a/senf/PPI/QueueingSocketSink.hh +++ b/senf/PPI/QueueingSocketSink.hh @@ -146,11 +146,12 @@ namespace module { connector::PassiveInput input; ///< Input connector from which data is received console::ScopedDirectory > dir; - explicit PassiveQueueingSocketSink(Handle handle, QueueingAlgorithm::ptr qAlgorithm); + explicit PassiveQueueingSocketSink(Handle const & handle, QueueingAlgorithm::ptr qAlgorithm); Writer & writer(); ///< Access the Writer Handle & handle(); ///< Access handle - void handle(Handle handle); ///< Set handle + void handle(Handle const & handle); + ///< Set handle /**< Assigning an empty or in-valid() handle will disable the module until a new valid handle is assigned. */ QueueingAlgorithm & qAlgorithm();