X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FTimerEvent.hh;h=7e134cc8b7373660956f1458692acdffafa3166d;hb=94e4eda4358a4def564175ae42173f91307e36a4;hp=1f306116c3eed2d25ffd85719447e3b2f651dc0f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Scheduler/TimerEvent.hh b/senf/Scheduler/TimerEvent.hh index 1f30611..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 "../Utils/Logger/SenfLog.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"