fixed boost/intrusive/iset includes
[senf.git] / Scheduler / EventHook.hh
index 4437780..bec8be1 100644 (file)
@@ -28,7 +28,7 @@
 
 // Custom includes
 #include <boost/function.hpp>
-#include "../boost/intrusive/ilist_hook.hpp"
+#include <boost/intrusive/ilist_hook.hpp>
 #include "FIFORunner.hh"
 
 //#include "EventHook.mpp"
@@ -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