git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1204
270642c3-0616-0410-b53a-bc976706d245
enable();
}
+prefix_ senf::ClockService::clock_type senf::scheduler::TimerEvent::timeout()
+ const
+{
+ return timeout_;
+}
+
///////////////////////////////////////////////////////////////////////////
// senf::scheduler::detail::TimerDispatcher
/**< \param[in] timeout new timeout time
\param[in] initiallyEnabled if set \c false, do not
enable callback automatically. */
+ ClockService::clock_type timeout() const;
private:
virtual void v_run();