summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/scheduler
diff options
context:
space:
mode:
authorschodet2005-03-13 20:30:18 +0000
committerschodet2005-03-13 20:30:18 +0000
commit4a123826cd504b1fccdbb711d772e2904d25b068 (patch)
tree170929dc7d9f659d489d294f4d67cd6d93bd6ad2 /2005/i/robert/src/scheduler
parent8b904537173b2e6573dac605c957b17bed9ed75e (diff)
Ajout des nouveaux modules.
minor fixes.
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);
}