X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FMultiConnectorMixin.hh;h=b386e0166cb09a133b74bc95b1f4858211f10262;hb=1e7062482bb6d99a0c36b641069c73a4a93da9cc;hp=a04be332a7ce3b634a5f7e7105e729ff22f550c4;hpb=dadb96b3fcde947cec6587e2ea0998dee1c5740b;p=senf.git diff --git a/PPI/MultiConnectorMixin.hh b/PPI/MultiConnectorMixin.hh index a04be33..b386e01 100644 --- a/PPI/MultiConnectorMixin.hh +++ b/PPI/MultiConnectorMixin.hh @@ -192,7 +192,7 @@ namespace module { non-const reference and wrap the real argument using \c boost::ref() (The reason for this is known as 'The forwarding problem' - \section Advanced usage: Managing your own container + \section senf_ppi_multiconnector_advanced Advanced usage: Managing your own container If you need to use a completely different type of container, you can take over the container management yourself. To do this, pass \c void as container type and change \c @@ -200,7 +200,7 @@ namespace module { save this connector in some container or throw an exception \code class MyModule - : public senf::ppi::module::Modulem, + : public senf::ppi::module::Module, public senf::ppi::module::MultiConnectorMixin< MyModule, senf::ppi::connector::ActiveInput<>, void, void > {