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;
|
shouldRun = true;
|
||||||
// getCurrentEvent();
|
// getCurrentEvent();
|
||||||
getNextEvent();
|
getNextEvent(TimeConversion::now());
|
||||||
|
|
||||||
while (shouldRun) {
|
while (shouldRun) {
|
||||||
Ptr<ptime>::Ref start = TimeConversion::now();
|
Ptr<ptime>::Ref start = TimeConversion::now();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue