#include <IObjectMessage.hpp>
List of all members.
Detailed Description
This message contains a streamable object
Member Function Documentation
| virtual Retval MQUALIFIER zeus::IObjectMessage::getCastedObject |
( |
const InterfaceID & |
rIfaceID, |
|
|
IZUnknown *& |
rpValue |
|
) |
| const [pure virtual] |
Returns the casted reference of the object
- Parameters:
-
| rIfaceID | : requested interface type |
| rpValue | : Return parameter |
- Return values:
-
| RET_NOERROR | : object successfully returned |
| RET_REQUEST_FAILED | : Could not return object |
| RET_INVALID_PARAMETER | : Invalid parameter received. |
Implemented in zeus::TObjectMessage.
| virtual Retval MQUALIFIER zeus::IObjectMessage::getObject |
( |
ISerializable *& |
rpObj ) |
const [pure virtual] |
Returns the reference of the object
- Parameters:
-
- Return values:
-
| RET_NOERROR | : object successfully returned |
| RET_REQUEST_FAILED | : Could not return object |
| RET_INVALID_PARAMETER | : Invalid parameter received. |
Implemented in zeus::TObjectMessage.
| virtual void MQUALIFIER zeus::IObjectMessage::setObject |
( |
ISerializable * |
pObj ) |
[pure virtual] |
The documentation for this class was generated from the following file: