

Public Member Functions | |
| _is_a_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 686 of file PolicyS.cpp.
00690 : servant_ (servant) 00691 , operation_details_ (operation_details) 00692 , args_ (args) 00693 { 00694 } |
|
|
Execute the upcall.
Implements TAO::Upcall_Command. Definition at line 696 of file PolicyS.cpp.
00697 {
00698 TAO::SArg_Traits< ::ACE_InputCDR::to_boolean>::ret_arg_type retval =
00699 TAO::Portable_Server::get_ret_arg< ::ACE_InputCDR::to_boolean> (
00700 this->operation_details_,
00701 this->args_);
00702
00703 TAO::SArg_Traits< CORBA::Char *>::in_arg_type arg_1 =
00704 TAO::Portable_Server::get_in_arg< CORBA::Char *> (
00705 this->operation_details_,
00706 this->args_,
00707 1);
00708
00709
00710 retval =
00711 this->servant_-> _is_a (
00712 arg_1
00713 );
00714
00715 }
|
|
|
Definition at line 720 of file PolicyS.cpp. |
|
|
Definition at line 719 of file PolicyS.cpp. |
|
|
Definition at line 718 of file PolicyS.cpp. |
1.3.6