X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FEventHook.hh;h=22858707b1966eb7bed8ed70286625ad0070e782;hb=94e4eda4358a4def564175ae42173f91307e36a4;hp=5a943ae4b9305b4a74fd0f54d78eb4e25604a070;hpb=8f1ff66f5b7d10cfc6d35fb72267bc2fb3b588f7;p=senf.git diff --git a/senf/Scheduler/EventHook.hh b/senf/Scheduler/EventHook.hh index 5a943ae..2285870 100644 --- a/senf/Scheduler/EventHook.hh +++ b/senf/Scheduler/EventHook.hh @@ -32,7 +32,7 @@ #include "FIFORunner.hh" //#include "EventHook.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace scheduler { @@ -69,7 +69,7 @@ namespace scheduler { public detail::EventHookListBase { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types typedef boost::function Callback; @@ -77,9 +77,9 @@ namespace scheduler { static Priority const PRE = PRIORITY_HIGH; ///< Execute hook BEFORE all other events static Priority const POST = PRIORITY_LOW; ///< Execute hook AFTER all other events - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ EventHook(std::string const & name, Callback const & cb, Priority priority, bool initiallyEnabled = true); @@ -97,8 +97,8 @@ namespace scheduler { POST */ ~EventHook(); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// void disable(); ///< Disable event void enable(); ///< Enable event @@ -119,7 +119,7 @@ namespace scheduler { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "EventHook.cci" //#include "EventHook.ct" //#include "EventHook.cti"