(file) Return to Threads.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Threads.cpp between version 1.6 and 1.7

version 1.6, 2006/11/10 18:14:58 version 1.7, 2007/01/11 16:21:54
Line 37 
Line 37 
 #include "TSDKey.h" #include "TSDKey.h"
 #include "Once.h" #include "Once.h"
  
 #if defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC)  #if defined(PEGASUS_OS_TYPE_WINDOWS)
 # include <sys/timeb.h> # include <sys/timeb.h>
 #endif #endif
  
Line 68 
Line 68 
            usleep(microsecs - (loop*1000000));            usleep(microsecs - (loop*1000000));
    }    }
  
 #elif defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC)  #elif defined(PEGASUS_OS_TYPE_WINDOWS)
  
     if (msec == 0)     if (msec == 0)
     {     {


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2