X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSetup.hh;h=e8da601ff9dd38bb0716e98dc34ffa427bd33cb9;hb=63ae38a98da5740e0638c868cd1c3f2ac73d2eb2;hp=f7b2e8619fd1aa77f5a9d96b68ebdd4579ac4e0b;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/PPI/Setup.hh b/PPI/Setup.hh index f7b2e86..e8da601 100644 --- a/PPI/Setup.hh +++ b/PPI/Setup.hh @@ -50,11 +50,11 @@ namespace ppi { \see \ref ppi_connections */ - void connect(connector::ActiveOutput & source, connector::PassiveInput & target); + void connect(connector::GenericActiveOutput & source, connector::GenericPassiveInput & target); /** \brief Connect modules \see connect() */ - void connect(connector::PassiveOutput & source, connector::ActiveInput & target); + void connect(connector::GenericPassiveOutput & source, connector::GenericActiveInput & target); #ifndef DOXYGEN