Public Member Functions | |
_get_policy_type_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 424 of file PolicyS.cpp.
00428 : servant_ (servant) 00429 , operation_details_ (operation_details) 00430 , args_ (args) 00431 { 00432 } |
|
Execute the upcall.
Implements TAO::Upcall_Command. Definition at line 434 of file PolicyS.cpp.
00435 { 00436 TAO::SArg_Traits< ::CORBA::PolicyType>::ret_arg_type retval = 00437 TAO::Portable_Server::get_ret_arg< ::CORBA::PolicyType> ( 00438 this->operation_details_, 00439 this->args_); 00440 00441 00442 retval = 00443 this->servant_->policy_type ( 00444 ); 00445 00446 } |
|
Definition at line 451 of file PolicyS.cpp. |
|
Definition at line 450 of file PolicyS.cpp. |
|
Definition at line 449 of file PolicyS.cpp. |