X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSetup.hh;h=cbff044eca358652116cd051300052c0d5f929db;hb=d8c2d9d478b8808e5b76e4688aea4f840b6a1df7;hp=c73102dc50ff3e6285a47fdf954ff0eb90af6a24;hpb=28275a1a9075ae42dc29aaadc5bc78e6fa204e26;p=senf.git diff --git a/PPI/Setup.hh b/PPI/Setup.hh index c73102d..cbff044 100644 --- a/PPI/Setup.hh +++ b/PPI/Setup.hh @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -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