add a class for a ratefilter
[senf.git] / PPI / Joins.cti
index e100b08..eec9b4f 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
 // Copyright (C) 2007 
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
+// 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
@@ -58,6 +58,8 @@ senf::ppi::module::PriorityJoin::connect(Source & source)
 ///////////////////////////////////////////////////////////////////////////
 // namespace members
 
+#ifndef DOXYGEN
+
 template <class Source>
 prefix_ senf::ppi::connector::PassiveInput & senf::ppi::connect(Source & source,
                                                                 module::PassiveJoin & target)
@@ -72,6 +74,8 @@ prefix_ senf::ppi::connector::ActiveInput & senf::ppi::connect(Source & source,
     return target.connect(source);
 }
 
+#endif
+
 ///////////////////////////////cti.e///////////////////////////////////////
 #undef prefix_