(file) Return to IndicationServiceConfiguration.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / IndicationService

Diff for /pegasus/src/Pegasus/IndicationService/IndicationServiceConfiguration.h between version 1.5 and 1.6

version 1.5, 2009/08/18 08:12:25 version 1.6, 2011/01/12 11:39:55
Line 73 
Line 73 
     Array <CIMObjectPath> enumerateInstanceNamesForClass (     Array <CIMObjectPath> enumerateInstanceNamesForClass (
         const CIMNamespaceName & nameSpace,         const CIMNamespaceName & nameSpace,
         const CIMName & className);         const CIMName & className);
   
       Uint16 getEnabledState()
       {
          return _enabledState;
       }
       Uint16 getHealthState()
       {
          return _healthState;
       }
       void setEnabledState(Uint16 enabledState)
       {
          _enabledState = enabledState;
       }
       void setHealthState(Uint16 healthState)
       {
          _healthState = healthState;
       }
   
 private: private:
  
     CIMInstance _buildInstanceSkeleton(     CIMInstance _buildInstanceSkeleton(
Line 99 
Line 117 
  
     // Used for getting the Class defintions from the Repository.     // Used for getting the Class defintions from the Repository.
     CIMRepository * _cimRepository;     CIMRepository * _cimRepository;
       Uint16 _enabledState;
       Uint16 _healthState;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2