X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FEventHook.hh;h=0ab24c963932c20bed002242bd2d58a526b419bc;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=44377803529232c9af57b1c06f59b7cd964ddaf6;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git diff --git a/Scheduler/EventHook.hh b/Scheduler/EventHook.hh index 4437780..0ab24c9 100644 --- a/Scheduler/EventHook.hh +++ b/Scheduler/EventHook.hh @@ -82,7 +82,7 @@ namespace scheduler { ///@{ EventHook(std::string const & name, Callback const & cb, - bool initiallyEnabled = true, Priority priority = POST); + Priority priority, bool initiallyEnabled = true); ///< Register an event hook /**< Registers \a cb to be called whenever any other event is signaled by the scheduler. If \a initiallyEnabled is