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

Diff for /pegasus/src/Pegasus/Common/SpinLock.cpp between version 1.6 and 1.7

version 1.6, 2005/12/06 18:33:16 version 1.7, 2005/12/09 18:35:49
Line 120 
Line 120 
 public: public:
     SpinLockInitializer()     SpinLockInitializer()
     {     {
   // ATTN: Temporary workaround for Bug 4559
   #if defined(PEGASUS_OS_HPUX) || defined(PEGASUS_OS_SOLARIS)
         pthread_atfork(         pthread_atfork(
             _lockSpinLockPool,             _lockSpinLockPool,
             _unlockSpinLockPool,             _unlockSpinLockPool,
             _unlockSpinLockPool);             _unlockSpinLockPool);
   #endif
     }     }
 }; };
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2