Utils/Console: Add SENF_CONSOLE_REGISTER_ENUM 'key()' support
[senf.git] / senf / Scheduler / EventHook.hh
index bec8be1..5a943ae 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2008 
+// Copyright (C) 2008
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
@@ -28,7 +28,7 @@
 
 // Custom includes
 #include <boost/function.hpp>
-#include <boost/intrusive/ilist_hook.hpp>
+#include <senf/boost_intrusive/ilist_hook.hpp>
 #include "FIFORunner.hh"
 
 //#include "EventHook.mpp"
@@ -92,7 +92,7 @@ namespace scheduler {
                                                  informational)
                                              \param[in] cb Callback to call
                                              \param[in] initiallyEnabled if set \c false, do not
-                                                 enable callback automatically. 
+                                                 enable callback automatically.
                                              \param[in] priority event priority, defaults to
                                                  POST */
         ~EventHook();