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

Diff for /pegasus/src/Pegasus/Common/Mutex.cpp between version 1.9.18.2 and 1.10

version 1.9.18.2, 2009/02/02 17:21:37 version 1.10, 2008/04/16 07:13:47
Line 187 
Line 187 
         throw Permission(Threads::self());         throw Permission(Threads::self());
 } }
  
 #if defined(PEGASUS_OS_LINUX)  #if defined(PEGASUS_OS_LINUX) || \
       (defined(PEGASUS_OS_ZOS) && !(__TARGET_LIB__ < 0x41090000))
 void Mutex::reinitialize() void Mutex::reinitialize()
 { {
     pthread_mutex_init(&_rep.mutex, &_attr);     pthread_mutex_init(&_rep.mutex, &_attr);


Legend:
Removed from v.1.9.18.2  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2