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

Diff for /pegasus/src/Pegasus/Common/Constants.h between version 1.90 and 1.91

version 1.90, 2006/09/05 01:47:50 version 1.91, 2006/09/15 20:33:41
Line 523 
Line 523 
 // Pegasus prefix // Pegasus prefix
 #define PEGASUS_INSTANCEID_GLOBAL_PREFIX "PG" #define PEGASUS_INSTANCEID_GLOBAL_PREFIX "PG"
  
   /**
       Values for the Perceived Severity property of the Alert Indication
       class, as defined in the CIM Events MOF
    */
   enum PerceivedSeverity {_SEVERITY_UNKNOWN = 0, _SEVERITY_OTHER = 1,
       _SEVERITY_INFORMATION = 2, _SEVERITY_WARNING = 3, _SEVERITY_MINOR = 4,
       _SEVERITY_MAJOR = 5, _SEVERITY_CRITICAL = 6, _SEVERITY_FATAL = 7};
   
   /**
       The name of the MailTo property for Email Handler subclass
   */
   extern const CIMName PEGASUS_PROPERTYNAME_LSTNRDST_MAILTO;
   
   /**
       The name of the MailSubject property for Email Handler subclass
   */
   extern const CIMName PEGASUS_PROPERTYNAME_LSTNRDST_MAILSUBJECT;
   
   /**
       The name of the MailCc  property for Email Handler subclass
   */
   extern const CIMName PEGASUS_PROPERTYNAME_LSTNRDST_MAILCC;
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 #endif /* Pegasus_Constants_h */ #endif /* Pegasus_Constants_h */


Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2