Converted usleep call to OpenThreads::Thread::microSleep() to avoid VS build problems

This commit is contained in:
Robert Osfield
2007-07-21 20:11:16 +00:00
parent a4433e9af4
commit 14fcf4f8b3

View File

@@ -183,7 +183,7 @@ public:
// itererate until the master file is stable
do
{
usleep(100000);
OpenThreads::Thread::microSleep(100000);
filesB.swap(filesA);
filesB.clear();