C051
Systems Management: Common Management
Programming Interface (CMPI)
Code:
07/06 C051/U066
Editing instructions are shown in
red.
Added or modified blocks of text are shown boxed.
Change Number:
U066/1
Title:
Missing "_" in MI Factory names
Qualifier:
Major Technical
Rationale:
The MI Factory names are of the form "...Create<mi-type>..."
whereas all existing implementations are of the form
"...Create_<mi-type>...". This was an error in the specification.
Change:
Change every
occurrence of Create<mi-type> to
Create_<mi-type> throughout the
document.
Change Number:
U066/2
Title:
Incorrect description of Return Value
Qualifier:
Major Technical
Rationale:
The CMPIBrokerExtFT.resolveFileName() function has an incorrect
description of the return value.
Change:
In Section 8.9, on the CMPIBrokerExtFT.resolveFileName() reference page, change the RETURN VALUE to:
RETURN VALUE
The returned
wchar* pointer points to
the complemented library name in native OS format. This
memory does not need to be freed as it is tracked internally
by CMPI.