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

Diff for /pegasus/src/Pegasus/Common/Constants.cpp between version 1.3 and 1.4

version 1.3, 2006/10/17 21:24:41 version 1.4, 2006/10/20 19:19:44
Line 189 
Line 189 
     const CIMName _PROPERTY_OPERATIONALSTATUS =     const CIMName _PROPERTY_OPERATIONALSTATUS =
         CIMName ("OperationalStatus");         CIMName ("OperationalStatus");
  
   /**
       The name of the Filter reference property for indication subscription class
    */
       const CIMName PEGASUS_PROPERTYNAME_FILTER =
           CIMName ("Filter");
   
   /**
       The name of the Handler reference property for indication subscription class
    */
       const CIMName PEGASUS_PROPERTYNAME_HANDLER =
           CIMName ("Handler");
   
   /**
       The name of the Subscription State property for indication subscription
       class
    */
   
       const CIMName PEGASUS_PROPERTYNAME_SUBSCRIPTION_STATE =
           CIMName ("SubscriptionState");
   
   /**
       The name of the Query property for indication filter class
    */
       const CIMName PEGASUS_PROPERTYNAME_QUERY =
           CIMName ("Query");
   
   /**
       The name of the Query Language property for indication filter class
    */
   const CIMName PEGASUS_PROPERTYNAME_QUERYLANGUAGE =
       CIMName ("QueryLanguage");
   
   /**
       The name of the Name property for indication filter and indications handler     classes
    */
       const CIMName PEGASUS_PROPERTYNAME_NAME =
           CIMName ("Name");
   
   /**
       The name of the Creation Class Name property for indication filter and
       indications handler classes
    */
       const CIMName PEGASUS_PROPERTYNAME_CREATIONCLASSNAME =
           CIMName ("CreationClassName");
   
   /**
       The name of the Persistence Type property for Indication Handler class
    */
       const CIMName PEGASUS_PROPERTYNAME_PERSISTENCETYPE =
           CIMName ("PersistenceType");
   
   /**
       The name of the SNMP Version property for SNMP Mapper Indication Handler
       subclass
    */
       const CIMName PEGASUS_PROPERTYNAME_SNMPVERSION =
           CIMName ("SNMPVersion");
   
 // //
 // CIM Namespace Names // CIM Namespace Names
 // //


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2