#include <Object.h>
Inheritance diagram for TAO::Ret_Object_Argument_T< CORBA::Object_ptr, CORBA::Object_var >:
Public Member Functions | |
Ret_Object_Argument_T (void) | |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
Demarshal the argument from the given CDR input stream. | |
virtual void | interceptor_result (CORBA::Any *) |
Populate the given CORBA::Any result argument. | |
CORBA::Object_ptr & | arg (void) |
CORBA::Object_ptr | excp (void) |
CORBA::Object_ptr | retn (void) |
Private Attributes | |
CORBA::Object_var | x_ |
|
|
|
Demarshal the argument from the given CDR input stream.
Reimplemented from TAO::Argument. |
|
|
|
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument. |
|
|
|
|
|
|