Public Member Functions | |
_get_component_Policy_Upcall_Command (POA_CORBA::Policy *servant, TAO_Operation_Details const *operation_details, TAO::Argument *const args[]) | |
virtual void | execute (void) |
Private Attributes | |
POA_CORBA::Policy *const | servant_ |
TAO_Operation_Details const *const | operation_details_ |
TAO::Argument *const *const | args_ |
Definition at line 913 of file PolicyS.cpp.
POA_CORBA::_get_component_Policy_Upcall_Command::_get_component_Policy_Upcall_Command | ( | POA_CORBA::Policy * | servant, | |
TAO_Operation_Details const * | operation_details, | |||
TAO::Argument *const | args[] | |||
) | [inline] |
Definition at line 917 of file PolicyS.cpp.
00921 : servant_ (servant) 00922 , operation_details_ (operation_details) 00923 , args_ (args) 00924 { 00925 }
virtual void POA_CORBA::_get_component_Policy_Upcall_Command::execute | ( | void | ) | [inline, virtual] |
Definition at line 927 of file PolicyS.cpp.
00928 { 00929 TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval = 00930 TAO::Portable_Server::get_ret_arg< ::CORBA::Object> ( 00931 this->operation_details_, 00932 this->args_); 00933 00934 00935 retval = 00936 this->servant_-> _get_component ( 00937 ); 00938 00939 }
TAO::Argument* const* const POA_CORBA::_get_component_Policy_Upcall_Command::args_ [private] |
Definition at line 944 of file PolicyS.cpp.
TAO_Operation_Details const* const POA_CORBA::_get_component_Policy_Upcall_Command::operation_details_ [private] |
Definition at line 943 of file PolicyS.cpp.
Definition at line 942 of file PolicyS.cpp.