NEW FILE HEADER / COPYRIGHT FORMAT
[senf.git] / PPI / predecl.hh
index 8fb57dd..287cd3d 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
@@ -43,6 +43,8 @@ namespace ppi {
     class QueueingDiscipline;
     class ModuleManager;
 
+#ifndef DOXYGEN
+
     namespace detail {
         class EventBindingBase;
         template <class EvImpl> class EventBinding;
@@ -58,6 +60,8 @@ namespace ppi {
             class RouteImplementation;
     }
 
+#endif
+
     namespace module {       
         class Module;       
         namespace detail {