moved statistics classes from NetEmu to SENF
[senf.git] / Scheduler / TimerEvent.ih
index a6ecf9b..fdb62f2 100644 (file)
@@ -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: