summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/scheduler
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/scheduler')
-rw-r--r--2005/i/robert/src/scheduler/test_scheduler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/2005/i/robert/src/scheduler/test_scheduler.cc b/2005/i/robert/src/scheduler/test_scheduler.cc
index 8f87e4f..6cb88c0 100644
--- a/2005/i/robert/src/scheduler/test_scheduler.cc
+++ b/2005/i/robert/src/scheduler/test_scheduler.cc
@@ -55,7 +55,7 @@ main (void)
SchedulableReadFd srf (ev, 0);
s.insert (srf);
std::cout << "start at " << Timer::getProgramTime () << std::endl;
- SchedulableAlarm sa1 (utils::bind<void> (to, "1s"), 1000);
+ SchedulableAlarm sa1 (bind<void> (to, "1s"), 1000);
s.insert (sa1);
s.schedule (10000);
}