#include <cmpi/CmpiStatus.h>
Public Member Functions | |
| CmpiStatus (const CMPIStatus stat) | |
| CmpiStatus (const CMPIrc rc) | |
| CmpiStatus (const CMPIrc rcp, const char *msg) | |
| CMPIrc | rc () const |
| const char * | msg () |
Protected Member Functions | |
| CMPIStatus | status () const |
Protected Attributes | |
| CMPIStatus | st |
Private Member Functions | |
| CmpiStatus () | |
Friends | |
| class | CmpiInstanceMI |
| class | CmpiMethodMI |
| class | CmpiBaseMI |
| class | CmpiAssociationMI |
| class | CmpiPropertyMI |
| class | CmpiIndicationMI |
|
|
Constructor - not to be used. |
|
|
Aux Constructor - set from CMPIStatus.
|
|
|
Constructor - set rc only.
|
|
||||||||||||
|
Constructor - set rc and message.
|
|
|
msg - get the msg component. |
|
|
rc - get the rc value. |
|
|
status - Returns CMPIStatus struct, to be used by MI drivers only. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CmpiStatus actually is a CMPIStatus struct. |
1.4.6