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

Diff for /pegasus/src/Pegasus/IndicationService/IndicationConstants.h between version 1.21 and 1.21.2.2

version 1.21, 2010/12/22 12:19:08 version 1.21.2.2, 2012/02/15 17:47:15
Line 213 
Line 213 
 extern const CIMName _PROPERTY_SOURCENAMESPACE; extern const CIMName _PROPERTY_SOURCENAMESPACE;
  
 /** /**
       The name of the Source Namespaces property for indication filter class
    */
   extern const CIMName _PROPERTY_SOURCENAMESPACES;
   
   /**
     The name of the System Name property for indication filter and indications     The name of the System Name property for indication filter and indications
     handler classes     handler classes
  */  */
Line 433 
Line 438 
 const Uint16 _PROPERTY_SUBSCRIPTIONREMOVALACTION_VALUE = 4; const Uint16 _PROPERTY_SUBSCRIPTIONREMOVALACTION_VALUE = 4;
 const Uint32 _PROPERTY_SUBSCRIPTIONREMOVALTIMEINTERVAL_VALUE = 2592000; const Uint32 _PROPERTY_SUBSCRIPTIONREMOVALTIMEINTERVAL_VALUE = 2592000;
 const Uint16 _PROPERTY_DELIVERYRETRYATTEMPTS_VALUE = 3; const Uint16 _PROPERTY_DELIVERYRETRYATTEMPTS_VALUE = 3;
 const Uint32 _PROPERTY_DELIVERYRETRYINTERVAL_VALUE = 20;  const Uint32 _PROPERTY_DELIVERYRETRYINTERVAL_VALUE = 30;
  
 /** /**
     Return codes for CIM_EnabledLogicalElement.RequestStateChange() method.     Return codes for CIM_EnabledLogicalElement.RequestStateChange() method.
Line 481 
Line 486 
 const Uint16 _ENABLEDSTATE_STARTING = 10; const Uint16 _ENABLEDSTATE_STARTING = 10;
 const Uint16 _ENABLEDSTATE_ENABLED = 2; const Uint16 _ENABLEDSTATE_ENABLED = 2;
 const Uint16 _ENABLEDSTATE_DISABLED = 3; const Uint16 _ENABLEDSTATE_DISABLED = 3;
   const Uint16 _ENABLEDSTATE_UNKNOWN = 0;
  
 /** /**
     Service health States. See CIM_ManagedSystemElement.HealthState     Service health States. See CIM_ManagedSystemElement.HealthState


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.21.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2