fixed boost/intrusive/iset includes
[senf.git] / Scheduler / TimerEvent.hh
index d44cd50..1f30611 100644 (file)
@@ -28,7 +28,7 @@
 
 // Custom includes
 #include <signal.h>
-#include "../boost/intrusive/iset_hook.hpp"
+#include <boost/intrusive/iset_hook.hpp>
 #include "ClockService.hh"
 #include "FdManager.hh"
 #include "FIFORunner.hh"
@@ -88,9 +88,9 @@ namespace scheduler {
                                              automatically. Use enable() to do so.
                                              \param[in] name Descriptive timer name (purely
                                                  informational)
+                                             \param[in] cb Callback to call
                                              \param[in] timeout timeout time after the timer
                                                  will be disabled
-                                             \param[in] cb Callback to call
                                              \param[in] initiallyEnabled if set \c false, do not
                                                  enable callback automatically. */
         TimerEvent(std::string const & name, Callback const & cb);