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

Diff for /pegasus/src/Pegasus/Common/Semaphore.h between version 1.7 and 1.8

version 1.7, 2008/08/13 19:40:59 version 1.8, 2008/08/14 17:44:27
Line 129 
Line 129 
         This method returns normally if the Semaphore has a non-zero count or         This method returns normally if the Semaphore has a non-zero count or
         it is signalled during the specified time interval.         it is signalled during the specified time interval.
         @param milliseconds The time interval to wait (in milliseconds).         @param milliseconds The time interval to wait (in milliseconds).
           @return True if the Semaphore has a non-zero count or is signalled
               during the specified time interval, false otherwise.
         @exception TimeOut If the wait operation does not succeed within         @exception TimeOut If the wait operation does not succeed within
         the specified time interval.         the specified time interval.
     */     */
     void time_wait(Uint32 milliseconds);      Boolean time_wait(Uint32 milliseconds);
  
     /** Increments the count of the semaphore.     /** Increments the count of the semaphore.
     */     */


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2