(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.8 and 1.9

version 1.8, 2007/02/18 05:28:26 version 1.9, 2007/05/11 17:55:03
Line 107 
Line 107 
         // Usleep the remaining micro seconds         // Usleep the remaining micro seconds
         usleep( (msec*1000) % 1000000 );         usleep( (msec*1000) % 1000000 );
     }     }
 #elif defined(PEGASUS_OS_VMS)  
   
     ::sleep(msec / 1000);  
   
 #endif #endif
 } }
  


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2