(file) Return to CMPILocalProviderManager.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / CMPI

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPILocalProviderManager.cpp between version 1.50 and 1.50.4.1

version 1.50, 2007/09/07 18:34:11 version 1.50.4.1, 2007/12/19 14:04:39
Line 47 
Line 47 
 PEGASUS_USING_STD; PEGASUS_USING_STD;
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 #undef IDLE_LIMIT  
 #define IDLE_LIMIT 50  
   
 /* Thread deletion specific */ /* Thread deletion specific */
 Semaphore CMPILocalProviderManager::_pollingSem(0); Semaphore CMPILocalProviderManager::_pollingSem(0);
 AtomicInt CMPILocalProviderManager::_stopPolling(0); AtomicInt CMPILocalProviderManager::_stopPolling(0);
Line 59 
Line 56 
 Mutex CMPILocalProviderManager::_reaperMutex; Mutex CMPILocalProviderManager::_reaperMutex;
  
 CMPILocalProviderManager::CMPILocalProviderManager (): CMPILocalProviderManager::CMPILocalProviderManager ():
 _idle_timeout (IDLE_LIMIT)  _idle_timeout (PEGASUS_PROVIDER_IDLE_TIMEOUT_SECONDS)
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(
         TRC_PROVIDERMANAGER,         TRC_PROVIDERMANAGER,


Legend:
Removed from v.1.50  
changed lines
  Added in v.1.50.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2