X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FScheduler.hh;h=135c612a3532b4a3a367bc1150a2ee132a953c17;hb=99c145da3884f5c20a74337927ef2cbc073d80d7;hp=6ecef0d63203409d93e3f8580b1acc2829883b0b;hpb=d8d169a9fa7f5633171ea83362b0deaaf5bd337e;p=senf.git diff --git a/senf/Scheduler/Scheduler.hh b/senf/Scheduler/Scheduler.hh index 6ecef0d..135c612 100644 --- a/senf/Scheduler/Scheduler.hh +++ b/senf/Scheduler/Scheduler.hh @@ -37,7 +37,7 @@ #include "EventHook.hh" //#include "scheduler.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -60,7 +60,7 @@ namespace senf { The Scheduler is based on the RAII principle: Every event is represented by a class instance. The event is registered in the constructor and removed by the destructor of that instance. This implementation automatically links the lifetime of an event with the lifetime of - the object resposible for it's creation. + the object responsible for it's creation. Every event registration is represented by an instance of an event specific class: @@ -337,7 +337,7 @@ namespace scheduler { /** \brief %scheduler specific time source for Utils/Logger framework - This time source may be used to provide timing information for log messages within the + This time source may be used to provide timing information for %log messages within the Utils/Logger framework. This time source will use Scheduler::eventTime() to provide timing information. @@ -393,7 +393,7 @@ namespace scheduler { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "Scheduler.cci" //#include "Scheduler.ct" //#include "Scheduler.cti"