adding a function to replace the socket handle int the SocketSource / SocketSink.
[senf.git] / PPI / Module.ih
index 697fa7b..583f975 100644 (file)
@@ -1,6 +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
@@ -33,6 +35,8 @@ namespace ppi {
 namespace module {
 namespace detail {
 
+#ifndef DOXYGEN
+
     // Placing these into a class simplifies the friend declaration
     template <class Source, class Target>
     struct RouteHelper 
@@ -50,6 +54,8 @@ namespace detail {
                           EventDescriptor &,
                           connector::OutputConnector &);
     };
+
+#endif
        
 }}}}