POA_CORBA::_get_policy_type_Policy Class Reference

Inheritance diagram for POA_CORBA::_get_policy_type_Policy:

Inheritance graph
[legend]
Collaboration diagram for POA_CORBA::_get_policy_type_Policy:

Collaboration graph
[legend]
List of all members.

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_

Constructor & Destructor Documentation

POA_CORBA::_get_policy_type_Policy::_get_policy_type_Policy POA_CORBA::Policy servant,
TAO_Operation_Details const *  operation_details,
TAO::Argument *const  args[]
[inline]
 

Definition at line 424 of file PolicyS.cpp.

00428       : servant_ (servant)
00429       , operation_details_ (operation_details)
00430       , args_ (args)
00431     {
00432     }


Member Function Documentation

virtual void POA_CORBA::_get_policy_type_Policy::execute void   )  [inline, virtual]
 

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     }


Member Data Documentation

TAO::Argument* const* const POA_CORBA::_get_policy_type_Policy::args_ [private]
 

Definition at line 451 of file PolicyS.cpp.

TAO_Operation_Details const* const POA_CORBA::_get_policy_type_Policy::operation_details_ [private]
 

Definition at line 450 of file PolicyS.cpp.

POA_CORBA::Policy* const POA_CORBA::_get_policy_type_Policy::servant_ [private]
 

Definition at line 449 of file PolicyS.cpp.


The documentation for this class was generated from the following file:
Generated on Sun Jan 27 13:27:54 2008 for TAO_PortableServer by doxygen 1.3.6