I should check, that the last compile really happened when I though it has ...
g0dil [Tue, 3 Feb 2009 09:34:02 +0000 (09:34 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1093 270642c3-0616-0410-b53a-bc976706d245

Scheduler/Scheduler.cci

index 6f87861..0549c03 100644 (file)
@@ -57,13 +57,13 @@ prefix_ unsigned senf::scheduler::hangCount()
 prefix_ void senf::scheduler::hiresTimers()
 {
     detail::TimerDispatcher::instance().setTimerSource(
-        std::auto_ptr<TimerSource>(new POSIXTimerSource()));
+        std::auto_ptr<detail::TimerSource>(new detail::POSIXTimerSource()));
 }
 
 prefix_ void senf::scheduler::loresTimers()
 {
     detail::TimerDispatcher::instance().setTimerSource(
-        std::auto_ptr<TimerSource>(new PollTimerSource()));
+        std::auto_ptr<detail::TimerSource>(new detail::PollTimerSource()));
 }
 
 prefix_ bool senf::scheduler::haveScalableHiresTimers()