removed some useless spaces; not very important, I know :)
[senf.git] / PPI / Setup.hh
index c73102d..cbff044 100644 (file)
@@ -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 <g0dil@berlios.de>
 //
 // 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