Remove ProgramNoScan builder
[senf.git] / Scheduler / TimerEvent.ih
index a6ecf9b..5ce5b74 100644 (file)
@@ -28,7 +28,7 @@
 
 // Custom includes
 #include <boost/scoped_ptr.hpp>
-#include "../boost/intrusive/iset.hpp"
+#include <boost/intrusive/iset.hpp>
 #include "TimerSource.hh"
 
 ///////////////////////////////ih.p////////////////////////////////////////
@@ -65,7 +65,8 @@ namespace detail {
 
         bool empty() const;
 
-        void setTimerSource(std::auto_ptr<TimerSource> timerSource);
+        void timerSource(std::auto_ptr<TimerSource> timerSource);
+        TimerSource * timerSource();
 
     protected: