fixed incorrect checkin
This commit is contained in:
parent
fdd0117d6f
commit
a4ee67e5ae
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ SchedulerThread :: run(void) throw ()
|
|||
|
||||
shouldRun = true;
|
||||
// getCurrentEvent();
|
||||
getNextEvent();
|
||||
getNextEvent(TimeConversion::now());
|
||||
|
||||
while (shouldRun) {
|
||||
Ptr<ptime>::Ref start = TimeConversion::now();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue