X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FTimerEventProxy.hh;h=d1fb5ad9177c398d6da92608e4cfc11a89e33deb;hb=94e4eda4358a4def564175ae42173f91307e36a4;hp=75c4f8cebb283424998c6a4d120f45c36f1af92d;hpb=adc12e8819cd179bf717132e9eb5a5849f281e52;p=senf.git diff --git a/senf/Scheduler/TimerEventProxy.hh b/senf/Scheduler/TimerEventProxy.hh index 75c4f8c..d1fb5ad 100644 --- a/senf/Scheduler/TimerEventProxy.hh +++ b/senf/Scheduler/TimerEventProxy.hh @@ -34,15 +34,14 @@ #include #include -#include -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace scheduler { /** \brief Deadline timer proxy - The TimerEventProxy is meant to host long term deadline timers to reduce the load of the + The TimerEventProxy is meant to host long %term deadline timers to reduce the load of the Scheduler with a huge count of TimerEvent items. It registers deadline timer callbacks which will be called when the timer expires. @@ -111,7 +110,7 @@ namespace scheduler { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "TimerEventProxy.cci" #include "TimerEventProxy.ct" //#include "TimerEventProxy.cti"