NEW FILE HEADER / COPYRIGHT FORMAT
[senf.git] / PPI / Events.hh
index feae76f..75e8a21 100644 (file)
@@ -1,6 +1,6 @@
 // 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
@@ -44,7 +44,8 @@ namespace ppi {
         \section event_impl Implementing Events
 
         All events are derived from EventImplementation which is based on EventDescriptor.
-        \see EventImplementation
+        \see EventImplementation \n
+            \ref ppi_events        
      */
 
     // Implementation: The concrete EventDescriptor implementation will need to set things up so
@@ -58,6 +59,8 @@ namespace ppi {
     /** \brief Generic event interface base-class
 
         The EventDescriptor base-class provides an interface to control events.
+
+        \see \ref ppi_events
      */ 
     class EventDescriptor
     {