(file) Return to MutexLock.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager / Attic

Diff for /pegasus/src/Pegasus/ProviderManager/Attic/MutexLock.h between version 1.4 and 1.5

version 1.4, 2003/10/22 14:26:12 version 1.5, 2003/11/03 20:18:43
Line 43 
Line 43 
 public: public:
     MutexLock(Mutex & mutex) : _mutex(mutex)     MutexLock(Mutex & mutex) : _mutex(mutex)
     {     {
         _mutex.timed_lock(0xffffffff, pegasus_thread_self());          _mutex.lock(pegasus_thread_self());
     }     }
  
     ~MutexLock(void)     ~MutexLock(void)


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2