(file) Return to ProviderStatus.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / Default

Diff for /pegasus/src/Pegasus/ProviderManager2/Default/ProviderStatus.h between version 1.1 and 1.2

version 1.1, 2006/08/25 18:00:06 version 1.2, 2006/08/29 17:48:56
Line 136 
Line 136 
     ProviderStatus(const ProviderStatus&);     ProviderStatus(const ProviderStatus&);
     ProviderStatus& operator=(const ProviderStatus&);     ProviderStatus& operator=(const ProviderStatus&);
  
     friend class LocalProviderManager;      friend class DefaultProviderManager;
       friend class ProviderMessageHandler;
       friend class ProviderOperationCounter;
  
     CIMOMHandle *_cimom_handle;     CIMOMHandle *_cimom_handle;
     ProviderModule *_module;     ProviderModule *_module;
     Boolean _isInitialized;     Boolean _isInitialized;
     AtomicInt _no_unload;      AtomicInt _noUnload;
     Uint32 _quantum;     Uint32 _quantum;
     Mutex _statusMutex;     Mutex _statusMutex;
  
       AtomicInt _currentOperations;
       Boolean _indicationsEnabled;
   
     /**     /**
         Count of current subscriptions for this provider.  Access to this         Count of current subscriptions for this provider.  Access to this
         data member is controlled by the _currentSubscriptionsLock.         data member is controlled by the _currentSubscriptionsLock.


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2