X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FTimerEventProxy.hh;h=75c4f8cebb283424998c6a4d120f45c36f1af92d;hb=ff4249b4a9c23236b2e56dcd593c91a5c58f7b75;hp=3517db60248e370c95a179bbdab5f3a8237aed7c;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Scheduler/TimerEventProxy.hh b/senf/Scheduler/TimerEventProxy.hh index 3517db6..75c4f8c 100644 --- a/senf/Scheduler/TimerEventProxy.hh +++ b/senf/Scheduler/TimerEventProxy.hh @@ -55,10 +55,9 @@ namespace scheduler { public: typedef boost::function Callback; - TimerEventProxy(); ///< Instantiate a TimerEventProxy - TimerEventProxy(std::string const & name, console::DirectoryNode & node); - /**< \brief Instantiate a TimerEventProxy and add the list - command to the give DirectoryNode */ + TimerEventProxy(std::string const & description = ""); + ///< Instantiate a TimerEventProxy + /**< \param[in] description Descriptive name (purely informational) */ void add(ClockService::clock_type timeout, IdType const & id, Callback cb); ///< Add new deadline timer