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

Diff for /pegasus/src/Pegasus/Common/Mutex.h between version 1.12 and 1.13

version 1.12, 2008/08/14 17:44:27 version 1.13, 2008/08/15 17:24:52
Line 101 
Line 101 
  
     void lock();     void lock();
  
     void try_lock();      /**
           Attempts to lock the mutex without blocking.
           @return A Boolean indicating whether the lock was acquired.
       */
       Boolean try_lock();
  
     /**     /**
         Attempts to lock the mutex within the specified time.         Attempts to lock the mutex within the specified time.


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2