X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FEventHook.cci;h=8cbec85410f5429d2f99898a8705294549c5179d;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=89e1b1a10b38d6ec31dd344a49b4c2f62c6cdb0c;hpb=c45c112ae88196ea8da9c5a9efb0e167196744d2;p=senf.git diff --git a/Scheduler/EventHook.cci b/Scheduler/EventHook.cci index 89e1b1a..8cbec85 100644 --- a/Scheduler/EventHook.cci +++ b/Scheduler/EventHook.cci @@ -34,8 +34,8 @@ // senf::scheduler::EventHook prefix_ senf::scheduler::EventHook::EventHook(std::string const & name, Callback const & cb, - bool initiallyEnabled, - detail::FIFORunner::TaskInfo::Priority priority) + detail::FIFORunner::TaskInfo::Priority priority, + bool initiallyEnabled) : detail::FIFORunner::TaskInfo(name, priority), cb_ (cb) { if (initiallyEnabled)