#include <OW_CIMClient.hpp>
Collaboration diagram for OW_NAMESPACE::CIMClient:

Public Member Functions | |
| CIMClient (const String &url, const String &ns, const ClientAuthCBIFCRef &authCB=ClientAuthCBIFCRef()) | |
| Constructor. | |
| void | setNameSpace (const String &arg) |
| String | getNameSpace () const |
| void | createNameSpace (const String &ns) |
| Create a cim namespace. | |
| void | deleteNameSpace (const String &ns) |
| Delete a specified namespace. | |
| StringArray | enumNameSpaceE (WBEMFlags::EDeepFlag deep=WBEMFlags::E_DEEP) OW_DEPRECATED |
| Gets a list of the namespaces within the namespace specified by the CIM object path. | |
| void | enumNameSpace (StringResultHandlerIFC &result, WBEMFlags::EDeepFlag deep=WBEMFlags::E_DEEP) OW_DEPRECATED |
| StringArray | enumCIM_NamespaceE () |
| Gets a list of the namespaces. | |
| void | enumCIM_Namespace (StringResultHandlerIFC &result) |
| void | enumClass (const String &className, CIMClassResultHandlerIFC &result, WBEMFlags::EDeepFlag deep=WBEMFlags::E_SHALLOW, WBEMFlags::ELocalOnlyFlag localOnly=WBEMFlags::E_NOT_LOCAL_ONLY, WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_INCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_INCLUDE_CLASS_ORIGIN) |
| Enumerates the class specified by the CIMObjectPath. | |
| CIMClassEnumeration | enumClassE (const String &className, WBEMFlags::EDeepFlag deep=WBEMFlags::E_SHALLOW, WBEMFlags::ELocalOnlyFlag localOnly=WBEMFlags::E_NOT_LOCAL_ONLY, WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_INCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_INCLUDE_CLASS_ORIGIN) |
| void | enumClassNames (const String &className, StringResultHandlerIFC &result, WBEMFlags::EDeepFlag deep=WBEMFlags::E_DEEP) |
| Enumerates the class specified by the CIMObjectPath. | |
| StringEnumeration | enumClassNamesE (const String &className, WBEMFlags::EDeepFlag deep=WBEMFlags::E_DEEP) |
| void | enumInstances (const String &className, CIMInstanceResultHandlerIFC &result, WBEMFlags::EDeepFlag deep=WBEMFlags::E_DEEP, WBEMFlags::ELocalOnlyFlag localOnly=WBEMFlags::E_NOT_LOCAL_ONLY, WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_EXCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, const StringArray *propertyList=0) |
| Returns all instances (the whole instance and not just the names) belonging to the class specified in the path. | |
| CIMInstanceEnumeration | enumInstancesE (const String &className, WBEMFlags::EDeepFlag deep=WBEMFlags::E_DEEP, WBEMFlags::ELocalOnlyFlag localOnly=WBEMFlags::E_NOT_LOCAL_ONLY, WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_EXCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, const StringArray *propertyList=0) |
| void | enumInstanceNames (const String &className, CIMObjectPathResultHandlerIFC &result) |
| Returns all instance names belonging to the class specified in the path. | |
| CIMObjectPathEnumeration | enumInstanceNamesE (const String &className) |
| CIMClass | getClass (const String &className, WBEMFlags::ELocalOnlyFlag localOnly=WBEMFlags::E_NOT_LOCAL_ONLY, WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_INCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_INCLUDE_CLASS_ORIGIN, const StringArray *propertyList=0) |
| Gets the CIM class for the specified CIM object path. | |
| CIMInstance | getInstance (const CIMObjectPath &instanceName, WBEMFlags::ELocalOnlyFlag localOnly=WBEMFlags::E_NOT_LOCAL_ONLY, WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_EXCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, const StringArray *propertyList=0) |
| Gets the CIM instance for the specified CIM object path. | |
| CIMValue | invokeMethod (const CIMObjectPath &path, const String &methodName, const CIMParamValueArray &inParams, CIMParamValueArray &outParams) |
| Executes the specified method on the specified object. | |
| CIMQualifierType | getQualifierType (const String &qualifierName) |
| Gets the CIM qualifier type specified in the CIM object path. | |
| void | setQualifierType (const CIMQualifierType &qualifierType) |
| Updates the specified CIM qualifier type in the specified namespace if it exist. | |
| void | deleteQualifierType (const String &qualName) |
| Deletes a CIM qualfier type. | |
| void | enumQualifierTypes (CIMQualifierTypeResultHandlerIFC &result) |
| Enumerates the qualifiers defined in a namespace. | |
| CIMQualifierTypeEnumeration | enumQualifierTypesE () |
| void | modifyClass (const CIMClass &cimClass) |
| Updates the CIM class associated with the specified namespace. | |
| void | createClass (const CIMClass &cimClass) |
| Adds the CIM class to the specified namespace. | |
| void | deleteClass (const String &className) |
| Deletes the CIM class specified by className in namespace ns. | |
| void | modifyInstance (const CIMInstance &modifiedInstance, WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_INCLUDE_QUALIFIERS, StringArray *propertyList=0) |
| Update the specified CIM instance associated with the specified namespace. | |
| CIMObjectPath | createInstance (const CIMInstance &instance) |
| Add the specified CIM instance to the specified namespace. | |
| void | deleteInstance (const CIMObjectPath &path) |
| Deletes the CIM instance specified by the CIM object path. | |
| void | setProperty (const CIMObjectPath &instanceName, const String &propertyName, const CIMValue &newValue) |
| Set the specified CIM instance property. | |
| CIMValue | getProperty (const CIMObjectPath &instanceName, const String &propertyName) |
| Get the specified CIM instance property. | |
| void | associatorNames (const CIMObjectPath &objectName, CIMObjectPathResultHandlerIFC &result, const String &assocClass=String(), const String &resultClass=String(), const String &role=String(), const String &resultRole=String()) |
| This method is used to enumerate the names of CIM Objects (Classes or Instances) that are associated to a particular CIM Object. | |
| CIMObjectPathEnumeration | associatorNamesE (const CIMObjectPath &objectName, const String &assocClass=String(), const String &resultClass=String(), const String &role=String(), const String &resultRole=String()) |
| void | associators (const CIMObjectPath &path, CIMInstanceResultHandlerIFC &result, const String &assocClass=String(), const String &resultClass=String(), const String &role=String(), const String &resultRole=String(), WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_EXCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, const StringArray *propertyList=0) |
| This operation is used to enumerate CIMInstances that are associated to a particular source CIM Instance. | |
| CIMInstanceEnumeration | associatorsE (const CIMObjectPath &path, const String &assocClass=String(), const String &resultClass=String(), const String &role=String(), const String &resultRole=String(), WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_EXCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, const StringArray *propertyList=0) |
| void | associatorsClasses (const CIMObjectPath &path, CIMClassResultHandlerIFC &result, const String &assocClass=String(), const String &resultClass=String(), const String &role=String(), const String &resultRole=String(), WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_EXCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, const StringArray *propertyList=0) |
| This operation is used to enumerate CIMClasses that are associated to a particular source CIM Object. | |
| CIMClassEnumeration | associatorsClassesE (const CIMObjectPath &path, const String &assocClass=String(), const String &resultClass=String(), const String &role=String(), const String &resultRole=String(), WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_EXCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, const StringArray *propertyList=0) |
| void | referenceNames (const CIMObjectPath &path, CIMObjectPathResultHandlerIFC &result, const String &resultClass=String(), const String &role=String()) |
| This operation is used to enumerate the association objects that refer to a particular target CIM Object. | |
| CIMObjectPathEnumeration | referenceNamesE (const CIMObjectPath &path, const String &resultClass=String(), const String &role=String()) |
| void | references (const CIMObjectPath &path, CIMInstanceResultHandlerIFC &result, const String &resultClass=String(), const String &role=String(), WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_EXCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, const StringArray *propertyList=0) |
| This operation is used to enumerate the association objects that refer to a particular target CIM Object (Class or Instance). | |
| CIMInstanceEnumeration | referencesE (const CIMObjectPath &path, const String &resultClass=String(), const String &role=String(), WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_EXCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, const StringArray *propertyList=0) |
| void | referencesClasses (const CIMObjectPath &path, CIMClassResultHandlerIFC &result, const String &resultClass=String(), const String &role=String(), WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_EXCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, const StringArray *propertyList=0) |
| CIMClassEnumeration | referencesClassesE (const CIMObjectPath &path, const String &resultClass=String(), const String &role=String(), WBEMFlags::EIncludeQualifiersFlag includeQualifiers=WBEMFlags::E_EXCLUDE_QUALIFIERS, WBEMFlags::EIncludeClassOriginFlag includeClassOrigin=WBEMFlags::E_EXCLUDE_CLASS_ORIGIN, const StringArray *propertyList=0) |
| void | execQuery (CIMInstanceResultHandlerIFC &result, const String &query, const String &queryLanguage) |
| Executes a query to retrieve or modify objects. | |
| CIMInstanceEnumeration | execQueryE (const String &query, const String &queryLanguage) |
| bool | setHTTPRequestHeader (const String &hdrName, const String &hdrValue) |
| Set/Add an HTTP header and its associated value. | |
| bool | getHTTPResponseHeader (const String &hdrName, String &valueOut) const |
| Get the value of an HTTP header that was returned in the CIMOM's response. | |
Private Attributes | |
| String | m_namespace |
| ClientCIMOMHandleRef | m_ch |
All operations will be sent to the cimom identified in the url passed to the constructor. The namespace passed to the constructor will be used for all calls. If the scheme in the url begins with "owbinary" then the openwbem binary protocol will be used, otherwise CIM/XML is the default.
Definition at line 55 of file OW_CIMClient.hpp.
|
||||||||||||||||
|
Constructor.
Definition at line 53 of file OW_CIMClient.cpp. |
|
||||||||||||||||||||||||||||
|
This method is used to enumerate the names of CIM Objects (Classes or Instances) that are associated to a particular CIM Object.
Definition at line 343 of file OW_CIMClient.cpp. References m_ch, m_namespace, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||
|
Definition at line 356 of file OW_CIMClient.cpp. References m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||||||||||||||||||
|
This operation is used to enumerate CIMInstances that are associated to a particular source CIM Instance.
Definition at line 368 of file OW_CIMClient.cpp. References m_ch, m_namespace, propertyList, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||||||||||||||||||
|
This operation is used to enumerate CIMClasses that are associated to a particular source CIM Object.
Definition at line 401 of file OW_CIMClient.cpp. References m_ch, m_namespace, propertyList, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 418 of file OW_CIMClient.cpp. References m_ch, m_namespace, and propertyList. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 385 of file OW_CIMClient.cpp. References m_ch, m_namespace, and propertyList. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Adds the CIM class to the specified namespace.
Definition at line 285 of file OW_CIMClient.cpp. References cimClass, m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Add the specified CIM instance to the specified namespace.
Definition at line 308 of file OW_CIMClient.cpp. References m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Create a cim namespace.
Definition at line 60 of file OW_CIMClient.cpp. References OW_NAMESPACE::CIMNameSpaceUtils::create__Namespace(), OW_NAMESPACE::CIMNameSpaceUtils::createCIM_Namespace(), m_ch, and ns. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Deletes the CIM class specified by className in namespace ns.
Definition at line 291 of file OW_CIMClient.cpp. References className, m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Deletes the CIM instance specified by the CIM object path. A CIM object path consists of two parts: namespace + model path. The model path is created by concatenating the properties of a class that are qualified with the KEY qualifier.
Definition at line 314 of file OW_CIMClient.cpp. References m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Delete a specified namespace.
Definition at line 73 of file OW_CIMClient.cpp. References OW_NAMESPACE::CIMNameSpaceUtils::delete__Namespace(), OW_NAMESPACE::CIMNameSpaceUtils::deleteCIM_Namespace(), m_ch, and ns. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Deletes a CIM qualfier type.
Definition at line 258 of file OW_CIMClient.cpp. References m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Definition at line 115 of file OW_CIMClient.cpp. References OW_NAMESPACE::WBEMFlags::E_DEEP, OW_NAMESPACE::CIMNameSpaceUtils::enum__Namespace(), OW_NAMESPACE::CIMNameSpaceUtils::enumCIM_Namespace(), m_ch, m_namespace, and result. |
|
|
Gets a list of the namespaces. This will first try enumerating instances of root/CIM_Namespace, and if that fails, then a recursive enumeration of __Namespace from the current namespace.
Definition at line 101 of file OW_CIMClient.cpp. References OW_NAMESPACE::WBEMFlags::E_DEEP, OW_NAMESPACE::CIMNameSpaceUtils::enum__Namespace(), OW_NAMESPACE::CIMNameSpaceUtils::enumCIM_Namespace(), m_ch, and m_namespace. |
|
||||||||||||||||||||||||||||
|
Enumerates the class specified by the CIMObjectPath.
Definition at line 129 of file OW_CIMClient.cpp. References className, m_ch, m_namespace, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||
|
Definition at line 141 of file OW_CIMClient.cpp. References className, m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||
|
Enumerates the class specified by the CIMObjectPath.
Definition at line 152 of file OW_CIMClient.cpp. References className, m_ch, m_namespace, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||
|
Definition at line 161 of file OW_CIMClient.cpp. References className, m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||
|
Returns all instance names belonging to the class specified in the path. This could include instances of all the classes in the specified class' hierarchy.
Definition at line 196 of file OW_CIMClient.cpp. References className, m_ch, m_namespace, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Definition at line 204 of file OW_CIMClient.cpp. References className, m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||||||||||
|
Returns all instances (the whole instance and not just the names) belonging to the class specified in the path. This could include instances of all the classes in the specified class' hierarchy.
Definition at line 169 of file OW_CIMClient.cpp. References className, m_ch, m_namespace, propertyList, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||||||
|
Definition at line 183 of file OW_CIMClient.cpp. References className, m_ch, m_namespace, and propertyList. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||
|
Definition at line 94 of file OW_CIMClient.cpp. References OW_NAMESPACE::CIMNameSpaceUtils::enum__Namespace(), m_ch, m_namespace, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Gets a list of the namespaces within the namespace specified by the CIM object path. This is deprecated because namespaces are not hierarchial according to the CIM Operations over HTTP 1.1, even though many implementations expose namespaces hierarcially using __Namespace. use enumCIM_NameSpace() instead.
Definition at line 88 of file OW_CIMClient.cpp. References OW_NAMESPACE::CIMNameSpaceUtils::enum__Namespace(), m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Enumerates the qualifiers defined in a namespace.
Definition at line 264 of file OW_CIMClient.cpp. References m_ch, m_namespace, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Definition at line 271 of file OW_CIMClient.cpp. References m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||
|
Executes a query to retrieve or modify objects.
Definition at line 508 of file OW_CIMClient.cpp. References m_ch, m_namespace, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||
|
Definition at line 517 of file OW_CIMClient.cpp. References m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||
|
Gets the CIM class for the specified CIM object path.
Definition at line 211 of file OW_CIMClient.cpp. References className, m_ch, m_namespace, and propertyList. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||
|
Get the value of an HTTP header that was returned in the CIMOM's response.
Definition at line 531 of file OW_CIMClient.cpp. References m_ch. |
|
||||||||||||||||||||||||
|
Gets the CIM instance for the specified CIM object path.
Definition at line 223 of file OW_CIMClient.cpp. References m_ch, m_namespace, and propertyList. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Definition at line 74 of file OW_CIMClient.hpp. References m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||
|
Get the specified CIM instance property.
Definition at line 333 of file OW_CIMClient.cpp. References m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Gets the CIM qualifier type specified in the CIM object path.
Definition at line 245 of file OW_CIMClient.cpp. References m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||
|
Executes the specified method on the specified object. A method is a declaration containing the method name, return type, and parameters in the method.
Definition at line 235 of file OW_CIMClient.cpp. References m_ch, m_namespace, and outParams. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Updates the CIM class associated with the specified namespace.
Definition at line 279 of file OW_CIMClient.cpp. References cimClass, m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||
|
Update the specified CIM instance associated with the specified namespace.
Definition at line 299 of file OW_CIMClient.cpp. References m_ch, m_namespace, and propertyList. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||
|
This operation is used to enumerate the association objects that refer to a particular target CIM Object.
Definition at line 434 of file OW_CIMClient.cpp. References m_ch, m_namespace, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||
|
Definition at line 444 of file OW_CIMClient.cpp. References m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||||||||||
|
This operation is used to enumerate the association objects that refer to a particular target CIM Object (Class or Instance).
Definition at line 453 of file OW_CIMClient.cpp. References m_ch, m_namespace, propertyList, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||||||||||
|
Definition at line 480 of file OW_CIMClient.cpp. References m_ch, m_namespace, propertyList, and result. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||||||
|
Definition at line 494 of file OW_CIMClient.cpp. References m_ch, m_namespace, and propertyList. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||||||||||||||
|
Definition at line 467 of file OW_CIMClient.cpp. References m_ch, m_namespace, and propertyList. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||
|
Set/Add an HTTP header and its associated value. This header will be sent to the CIMOM on every request.
Definition at line 525 of file OW_CIMClient.cpp. References m_ch. |
|
|
Definition at line 73 of file OW_CIMClient.hpp. References m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
||||||||||||||||
|
Set the specified CIM instance property.
Definition at line 321 of file OW_CIMClient.cpp. References m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
Updates the specified CIM qualifier type in the specified namespace if it exist. If it doesn't exist, it will be added.
Definition at line 252 of file OW_CIMClient.cpp. References m_ch, and m_namespace. Referenced by OW_NAMESPACE::registerCIMClient(). |
|
|
1.4.6