X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.hh;h=bb5578492cf45d193c8c36a5b1b3d44b7aba8d9a;hb=05fab45b5f96c457d3c6b359f66ce1506c6ad510;hp=e05fb5c7be79a21e47750b6451e9cf3dd2ceec0a;hpb=e8b91aa6a817af6d9a3714e7b66be6c0d6b0a4e5;p=senf.git diff --git a/PPI/Events.hh b/PPI/Events.hh index e05fb5c..bb55784 100644 --- a/PPI/Events.hh +++ b/PPI/Events.hh @@ -26,7 +26,7 @@ // Custom includes #include -#include "Scheduler/ClockService.hh" +#include "../Scheduler/ClockService.hh" #include "predecl.hh" //#include "Events.mpp" @@ -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 {