X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FTimerEvent.hh;h=7e134cc8b7373660956f1458692acdffafa3166d;hb=94e4eda4358a4def564175ae42173f91307e36a4;hp=87b47a26cf1800900dc954c8121540ef6c69e18a;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Scheduler/TimerEvent.hh b/senf/Scheduler/TimerEvent.hh index 87b47a2..7e134cc 100644 --- a/senf/Scheduler/TimerEvent.hh +++ b/senf/Scheduler/TimerEvent.hh @@ -28,14 +28,13 @@ // Custom includes #include -#include +#include #include "ClockService.hh" -#include "FdManager.hh" #include "FIFORunner.hh" #include //#include "TimerEvent.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace scheduler { @@ -70,14 +69,14 @@ namespace scheduler { public detail::TimerSetBase { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types typedef boost::function Callback; - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ TimerEvent(std::string const & name, Callback const & cb, ClockService::clock_type timeout, bool initiallyEnabled = true); @@ -103,8 +102,8 @@ namespace scheduler { \param[in] cb Callback to call. */ ~TimerEvent(); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// void disable(); ///< Disable timer void enable(); ///< Enable timer @@ -132,7 +131,7 @@ namespace scheduler { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "TimerEvent.cci" //#include "TimerEvent.ct" //#include "TimerEvent.cti"