(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.7 and 1.8

version 1.7, 2006/08/21 15:46:16 version 1.8, 2006/10/03 17:34:53
Line 187 
Line 187 
         throw Permission(Threads::self());         throw Permission(Threads::self());
 } }
  
   #if defined(PEGASUS_OS_LINUX)
   void Mutex::reinitialize()
   {
       pthread_mutex_init(&_rep.mutex, &_attr);
   #if defined(PEGASUS_DEBUG)
       _rep.count = 0;
   #endif
   }
   #endif
   
 #endif /* PEGASUS_HAVE_PTHREADS */ #endif /* PEGASUS_HAVE_PTHREADS */
  
 //============================================================================== //==============================================================================


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