I should check, that the last compile really happened when I though it has ...
[senf.git] / Scheduler / TimerEvent.cci
index 5fcf5ef..e2bf3fb 100644 (file)
@@ -98,6 +98,12 @@ prefix_ bool senf::scheduler::detail::TimerDispatcher::empty()
     return timers_.empty();
 }
 
+prefix_ void senf::scheduler::detail::TimerDispatcher::
+setTimerSource(std::auto_ptr<TimerSource> timerSource)
+{
+    source_.reset(timerSource.release());
+}
+
 ///////////////////////////////cci.e///////////////////////////////////////
 #undef prefix_