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

Diff for /pegasus/src/Pegasus/Common/Semaphore.cpp between version 1.11 and 1.12

version 1.11, 2008/06/18 18:09:13 version 1.12, 2008/06/18 18:12:00
Line 313 
Line 313 
 // if wait times out without gaining the semaphore // if wait times out without gaining the semaphore
 void Semaphore::time_wait(Uint32 milliseconds) void Semaphore::time_wait(Uint32 milliseconds)
 { {
     int retcode, i = 0;      int retcode;
  
     struct timeval now, finish, remaining;     struct timeval now, finish, remaining;
     Uint32 usec;     Uint32 usec;


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2