PPI: Add missing TargetDgramWriter doku
[senf.git] / PPI / Module.ih
index 4afbeb7..9d20812 100644 (file)
@@ -1,6 +1,8 @@
-// Copyright (C) 2007 
-// Fraunhofer Institute for Open Communication Systems (FOKUS) 
-// Competence Center NETwork research (NET), St. Augustin, GERMANY 
+// $Id$
+//
+// 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
@@ -21,8 +23,8 @@
 /** \file
     \brief Module internal header */
 
-#ifndef IH_Module_
-#define IH_Module_ 1
+#ifndef IH_SENF_PPI_Module_
+#define IH_SENF_PPI_Module_ 1
 
 // Custom includes
 
@@ -37,24 +39,24 @@ namespace detail {
 
     // Placing these into a class simplifies the friend declaration
     template <class Source, class Target>
-    struct RouteHelper 
+    struct RouteHelper
     {
         static void route(Module & module, Source & source, Target & target,
-                          connector::InputConnector &, 
+                          connector::InputConnector &,
                           connector::OutputConnector &);
 
-    
+
         static void route(Module & module, Source & source, Target & target,
-                          connector::InputConnector &, 
+                          connector::InputConnector &,
                           EventDescriptor &);
-        
+
         static void route(Module & module, Source & source, Target & target,
                           EventDescriptor &,
                           connector::OutputConnector &);
     };
 
 #endif
-       
+
 }}}}
 
 ///////////////////////////////ih.e////////////////////////////////////////