fixed incorrect checkin
This commit is contained in:
parent
fdd0117d6f
commit
a4ee67e5ae
|
@ -182,7 +182,7 @@ SchedulerThread :: run(void) throw ()
|
|||
|
||||
shouldRun = true;
|
||||
// getCurrentEvent();
|
||||
getNextEvent();
|
||||
getNextEvent(TimeConversion::now());
|
||||
|
||||
while (shouldRun) {
|
||||
Ptr<ptime>::Ref start = TimeConversion::now();
|
||||
|
|
Loading…
Reference in New Issue