

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) |
| Execute the upcall. | |
Private Attributes | |
| POA_CORBA::Policy *const | servant_ |
| TAO_Operation_Details const *const | operation_details_ |
| TAO::Argument *const *const | args_ |
|
||||||||||||||||
|
Definition at line 915 of file PolicyS.cpp.
00919 : servant_ (servant) 00920 , operation_details_ (operation_details) 00921 , args_ (args) 00922 { 00923 } |
|
|
Execute the upcall.
Implements TAO::Upcall_Command. Definition at line 925 of file PolicyS.cpp.
00926 {
00927 TAO::SArg_Traits< ::CORBA::Object>::ret_arg_type retval =
00928 TAO::Portable_Server::get_ret_arg< ::CORBA::Object> (
00929 this->operation_details_,
00930 this->args_);
00931
00932
00933 retval =
00934 this->servant_-> _get_component (
00935 );
00936
00937 }
|
|
|
Definition at line 942 of file PolicyS.cpp. |
|
|
Definition at line 941 of file PolicyS.cpp. |
|
|
Definition at line 940 of file PolicyS.cpp. |
1.3.6