fixed incorrect checkin

This commit is contained in:
nebojsa 2009-11-04 22:09:39 +00:00
parent fdd0117d6f
commit a4ee67e5ae

View file

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