fixed incorrect checkin

This commit is contained in:
nebojsa 2009-11-04 22:09:39 +00:00
parent fdd0117d6f
commit a4ee67e5ae
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ SchedulerThread :: run(void) throw ()
shouldRun = true;
// getCurrentEvent();
getNextEvent();
getNextEvent(TimeConversion::now());
while (shouldRun) {
Ptr<ptime>::Ref start = TimeConversion::now();