Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Scheduler / TimerSource.hh
index c520348..94aedef 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2009 
+// Copyright (C) 2009
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 #include "FdManager.hh"
 
 //#include "TimerSource.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace scheduler {
 namespace detail {
 
-    class TimerSource 
+    class TimerSource
         : boost::noncopyable
     {
     public:
@@ -92,7 +92,7 @@ namespace detail {
         virtual void disable();
     };
 
-#ifdef HAVE_TIMERFD
+#ifdef HAVE_TIMERFD_CREATE
     class TimerFDTimerSource
         : public detail::FdManager::Event, public TimerSource
     {
@@ -120,7 +120,7 @@ namespace detail {
 
 }}}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "TimerSource.cci"
 //#include "TimerSource.ct"
 //#include "TimerSource.cti"