Public Member Functions | |
copy_Policy (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 515 of file PolicyS.cpp.
00519 : servant_ (servant) 00520 , operation_details_ (operation_details) 00521 , args_ (args) 00522 { 00523 } |
|
Execute the upcall.
Implements TAO::Upcall_Command. Definition at line 525 of file PolicyS.cpp.
00526 { 00527 TAO::SArg_Traits< CORBA::Policy>::ret_arg_type retval = 00528 TAO::Portable_Server::get_ret_arg< CORBA::Policy> ( 00529 this->operation_details_, 00530 this->args_); 00531 00532 00533 retval = 00534 this->servant_->copy ( 00535 ); 00536 00537 } |
|
Definition at line 542 of file PolicyS.cpp. |
|
Definition at line 541 of file PolicyS.cpp. |
|
Definition at line 540 of file PolicyS.cpp. |