fix for server operation on Mac

This commit is contained in:
Volker Fischer 2010-03-04 19:10:31 +00:00
parent 4a7041a7ea
commit 11b1c2b916

View File

@ -67,11 +67,8 @@ void CHighPrecisionTimer::Stop()
// set flag so that thread can leave the main loop
bRun = false;
// TODO (since for the server the stopping is not critical, we
// can live with not to have a nice thread terminating for now)
// TODO the wait is not a good solution
// // give thread some time to terminate
// wait ( 5000 );
// give thread some time to terminate
wait ( 5000 );
}
void CHighPrecisionTimer::run()