Utils/Termlib: Extend the completion API
[senf.git] / Scheduler / EventHook.hh
index d59414f..0ab24c9 100644 (file)
@@ -23,8 +23,8 @@
 /** \file
     \brief EventHook public header */
 
-#ifndef HH_EventHook_
-#define HH_EventHook_ 1
+#ifndef HH_SENF_Scheduler_EventHook_
+#define HH_SENF_Scheduler_EventHook_ 1
 
 // Custom includes
 #include <boost/function.hpp>
@@ -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