Go to the documentation of this file.
23 #ifndef _CmpiObjectPath_h_
24 #define _CmpiObjectPath_h_
59 void *makeObjectPath(
CMPIBroker *mb,
const char *ns,
const char *cls);
86 CmpiBoolean classPathIsA(
const char *className)
const;
97 void setHostname(
const char* hn);
109 void setNameSpace(
const char* ns);
121 void setClassName(
const char* hn);
128 unsigned int getKeyCount()
const;
135 CmpiData getKey(
const char* name)
const;
150 void setKey(
const char* name,
const CmpiData data);