X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FTimerEvent.hh;h=6084f11465a663bee1e8f4214e97a5e76b245dc7;hb=b89e3166f7680755683dccee5e48cb3a820185c0;hp=148fdcc007710b4e50b4ca8ef04cf6083ba92bd2;hpb=e0a922ad6bffd3a527321131a906c701588d86f4;p=senf.git diff --git a/Scheduler/TimerEvent.hh b/Scheduler/TimerEvent.hh index 148fdcc..6084f11 100644 --- a/Scheduler/TimerEvent.hh +++ b/Scheduler/TimerEvent.hh @@ -88,9 +88,9 @@ namespace scheduler { automatically. Use enable() to do so. \param[in] name Descriptive timer name (purely informational) + \param[in] cb Callback to call \param[in] timeout timeout time after the timer will be disabled - \param[in] cb Callback to call \param[in] initiallyEnabled if set \c false, do not enable callback automatically. */ TimerEvent(std::string const & name, Callback const & cb); @@ -116,6 +116,7 @@ namespace scheduler { \param[in] initiallyEnabled if set \c false, do not enable callback automatically. */ ClockService::clock_type timeout() const; + ///< Get current/last timeout value private: virtual void v_run();