TAO_PortableServer
2.0.8
|
Execution class for _component_skel. More...
#include <SUpcall_commands.h>
Public Member Functions | |
_get_component_thru_poa_Upcall_Command (TAO_ServantBase *servant, TAO_Operation_Details const *operation_details, TAO::Argument *const args[]) | |
virtual void | execute (void) |
Execute the upcall. | |
Private Attributes | |
TAO_ServantBase *const | servant_ |
TAO_Operation_Details const *const | operation_details_ |
TAO::Argument *const *const | args_ |
Execution class for _component_skel.
_get_component_thru_poa_Upcall_Command::_get_component_thru_poa_Upcall_Command | ( | TAO_ServantBase * | servant, |
TAO_Operation_Details const * | operation_details, | ||
TAO::Argument *const | args[] | ||
) | [inline] |
void _get_component_thru_poa_Upcall_Command::execute | ( | void | ) | [virtual] |
Execute the upcall.
Implements TAO::Upcall_Command.
TAO::Argument* const* const _get_component_thru_poa_Upcall_Command::args_ [private] |
TAO_Operation_Details const* const _get_component_thru_poa_Upcall_Command::operation_details_ [private] |
TAO_ServantBase* const _get_component_thru_poa_Upcall_Command::servant_ [private] |