X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FQueueingSocketSink.hh;h=6d6ed8d1ddd06534a3c05e3083d6ccbfa918f9e4;hb=32bf29e751e6c73ca2bc78c21996e4320e934673;hp=83de20fb52ec607bff1cf3202cfb87806c29ab2f;hpb=d23a1b541174b50b9787d26d1d326903fe938ef6;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();