(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.6 and 1.9

version 1.6, 2006/11/01 21:51:19 version 1.9, 2007/08/14 17:16:18
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
Line 92 
Line 91 
     CIMName ("CIM_QueryCapabilities");     CIMName ("CIM_QueryCapabilities");
 #endif #endif
  
   
   // Interop Classes Accessed through Interop Control Provider
   
 const CIMName PEGASUS_CLASSNAME_CIMNAMESPACE = const CIMName PEGASUS_CLASSNAME_CIMNAMESPACE =
     CIMName ("CIM_Namespace");     CIMName ("CIM_Namespace");
  
 // Interop Classes Accessed through Interop Control Provider  #if defined PEGASUS_ENABLE_INTEROP_PROVIDER
 #if !defined(PEGASUS_DISABLE_PERFINST) || defined(PEGASUS_ENABLE_SLP)  
 const CIMName PEGASUS_CLASSNAME_OBJECTMANAGER            = const CIMName PEGASUS_CLASSNAME_OBJECTMANAGER            =
     CIMName ("CIM_ObjectManager");     CIMName ("CIM_ObjectManager");
 const CIMName PEGASUS_CLASSNAME_PGNAMESPACE            = const CIMName PEGASUS_CLASSNAME_PGNAMESPACE            =
Line 111 
Line 112 
     CIMName ("CIM_ProtocolAdapter");     CIMName ("CIM_ProtocolAdapter");
 const CIMName PEGASUS_CLASSNAME_NAMESPACEINMANAGER  = const CIMName PEGASUS_CLASSNAME_NAMESPACEINMANAGER  =
     CIMName ("CIM_NamespaceInManager");     CIMName ("CIM_NamespaceInManager");
   #endif
  
 // slp Class which operates slp provider. Started by system // slp Class which operates slp provider. Started by system
  
   #ifdef PEGASUS_ENABLE_SLP
 const CIMName PEGASUS_CLASSNAME_WBEMSLPTEMPLATE = const CIMName PEGASUS_CLASSNAME_WBEMSLPTEMPLATE =
     CIMName ("PG_WBEMSLPTEMPLATE");     CIMName ("PG_WBEMSLPTEMPLATE");
   
 #endif #endif
  
 // //
Line 223 
Line 227 
     CIMName ("QueryLanguage");     CIMName ("QueryLanguage");
  
 /** /**
     The name of the Name property for indication filter and indications handler     classes      The name of the Name property for indication filter and indications handler
       classes
  */  */
     const CIMName PEGASUS_PROPERTYNAME_NAME =     const CIMName PEGASUS_PROPERTYNAME_NAME =
         CIMName ("Name");         CIMName ("Name");
Line 282 
Line 287 
     PEGASUS_NAMESPACENAME_CIMV2;     PEGASUS_NAMESPACENAME_CIMV2;
 #endif #endif
  
   const CIMNamespaceName PEGASUS_VIRTUAL_TOPLEVEL_NAMESPACE =
       CIMNamespaceName("PG_Reserved");
   
 // //
 // Server Profile-related class names // Server Profile-related class names
 // //


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2