(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.20 and 1.25

version 1.20, 2008/12/02 09:00:46 version 1.25, 2011/07/29 10:15:21
Line 75 
Line 75 
     CIMNameCast("PG_ListenerDestinationEmail");     CIMNameCast("PG_ListenerDestinationEmail");
 const CIMName PEGASUS_CLASSNAME_INDFILTER            = const CIMName PEGASUS_CLASSNAME_INDFILTER            =
     CIMNameCast("CIM_IndicationFilter");     CIMNameCast("CIM_IndicationFilter");
   const CIMName PEGASUS_CLASSNAME_PROVIDERMODULE_INSTALERT  =
       CIMNameCast("PG_ProviderModulesInstAlert");
 const CIMName PEGASUS_CLASSNAME_SHUTDOWN             = const CIMName PEGASUS_CLASSNAME_SHUTDOWN             =
     CIMNameCast("PG_ShutdownService");     CIMNameCast("PG_ShutdownService");
 const CIMName PEGASUS_CLASSNAME___NAMESPACE          = const CIMName PEGASUS_CLASSNAME___NAMESPACE          =
Line 141 
Line 143 
  
 const CIMName PEGASUS_CLASSNAME_PG_SERVICEAFFECTSELEMENT = const CIMName PEGASUS_CLASSNAME_PG_SERVICEAFFECTSELEMENT =
     CIMNameCast("PG_ServiceAffectsElement");     CIMNameCast("PG_ServiceAffectsElement");
   const CIMName PEGASUS_CLASSNAME_PG_LSTNRDSTQUEUE =
       CIMNameCast("PG_ListenerDestinationQueue");
 #endif #endif
  
 // //
Line 157 
Line 161 
     CIMNameCast("UserContext");     CIMNameCast("UserContext");
 const CIMName PEGASUS_PROPERTYNAME_MODULE_DESIGNATEDUSER = const CIMName PEGASUS_PROPERTYNAME_MODULE_DESIGNATEDUSER =
     CIMNameCast("DesignatedUserContext");     CIMNameCast("DesignatedUserContext");
   const CIMName PEGASUS_PROPERTYNAME_MODULE_MODULEGROUPNAME =
       CIMNameCast("ModuleGroupName");
   const CIMName PEGASUS_PROPERTYNAME_MODULE_BITNESS =
       CIMNameCast("Bitness");
  
 /** /**
     The name of the Destination property for CIM XML Indication Handler     The name of the Destination property for CIM XML Indication Handler
Line 166 
Line 174 
     CIMNameCast("Destination");     CIMNameCast("Destination");
  
 /** /**
       The name of the CreationTime property for PG_ListenerDestinationQueue.
   */
   
   const CIMName PEGASUS_PROPERTYNAME_LSTNRDST_CREATIONTIME =
       CIMNameCast("CreationTime");
   
   /**
     The name of the TargetHost property for SNMP Mapper Indication     The name of the TargetHost property for SNMP Mapper Indication
     Handler subclass     Handler subclass
 */ */


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2