(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.27 and 1.30

version 1.27, 2012/07/30 09:44:22 version 1.30, 2013/06/13 13:55:01
Line 73 
Line 73 
     CIMNameCast("CIM_ListenerDestinationWSManagement");     CIMNameCast("CIM_ListenerDestinationWSManagement");
 const CIMName PEGASUS_CLASSNAME_LSTNRDST_SYSTEM_LOG  = const CIMName PEGASUS_CLASSNAME_LSTNRDST_SYSTEM_LOG  =
     CIMNameCast("PG_ListenerDestinationSystemLog");     CIMNameCast("PG_ListenerDestinationSystemLog");
   const CIMName PEGASUS_CLASSNAME_LSTNRDST_FILE       =
       CIMNameCast("PG_ListenerDestinationFile");
 const CIMName PEGASUS_CLASSNAME_LSTNRDST_EMAIL       = const CIMName PEGASUS_CLASSNAME_LSTNRDST_EMAIL       =
     CIMNameCast("PG_ListenerDestinationEmail");     CIMNameCast("PG_ListenerDestinationEmail");
 const CIMName PEGASUS_CLASSNAME_INDFILTER            = const CIMName PEGASUS_CLASSNAME_INDFILTER            =
Line 183 
Line 185 
 const CIMName PEGASUS_PROPERTYNAME_WSM_DELIVERY_MODE = const CIMName PEGASUS_PROPERTYNAME_WSM_DELIVERY_MODE =
     CIMNameCast("DeliveryMode");     CIMNameCast("DeliveryMode");
  
   const CIMName PEGASUS_PROPERTYNAME_LSTNRDST_FILE =
       CIMNameCast("File");
   
 /** /**
     The name of the CreationTime property for PG_ListenerDestinationQueue.     The name of the CreationTime property for PG_ListenerDestinationQueue.
 */ */
Line 260 
Line 265 
     CIMNameCast("SubscriptionState");     CIMNameCast("SubscriptionState");
  
 /** /**
       The name of the SubscriptionInfo property for Formatted Indication
       Subscription class
   */
   const CIMName _PROPERTY_SUBSCRIPTION_INFO = CIMNameCast("SubscriptionInfo");
   
   /**
     The name of the Query property for indication filter class     The name of the Query property for indication filter class
  */  */
 const CIMName PEGASUS_PROPERTYNAME_QUERY = const CIMName PEGASUS_PROPERTYNAME_QUERY =
Line 291 
Line 302 
     CIMNameCast("PersistenceType");     CIMNameCast("PersistenceType");
  
 /** /**
       The name of the SubscriptionRemovalTimeInterval property of
       IndicationService class.
   */
   const CIMName _PROPERTY_SUBSCRIPTIONREMOVALTIMEINTERVAL =
       CIMNameCast("SubscriptionRemovalTimeInterval");
   
   /**
     The name of the SNMP Version property for SNMP Mapper Indication Handler     The name of the SNMP Version property for SNMP Mapper Indication Handler
     subclass     subclass
  */  */


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.30

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2