PPI: Made 'Generic' connector constructors protected
[senf.git] / PPI / IdleEvent.hh
index 1b7fc2d..593b100 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
@@ -39,6 +39,8 @@ namespace ppi {
 
         An IdleEvent is signaled continually and repeatedly while enabled. It will consume 100% of
         available CPU resources. The resource usage is controlled by adequate event throttling.
+        
+        \ingroup event_group
      */
     class IdleEvent
         : public EventImplementation<>