POA_CORBA::destroy_Policy Class Reference

Inheritance diagram for POA_CORBA::destroy_Policy:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 destroy_Policy (POA_CORBA::Policy *servant)
virtual void execute (void)
 Execute the upcall.


Private Attributes

POA_CORBA::Policy *const  servant_

Constructor & Destructor Documentation

POA_CORBA::destroy_Policy::destroy_Policy POA_CORBA::Policy servant  )  [inline]
 

Definition at line 606 of file PolicyS.cpp.

00608       : servant_ (servant)
00609     {
00610     }


Member Function Documentation

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

Execute the upcall.

Implements TAO::Upcall_Command.

Definition at line 612 of file PolicyS.cpp.

00613     {
00614       this->servant_->destroy (
00615         );
00616 
00617     }


Member Data Documentation

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

Definition at line 620 of file PolicyS.cpp.


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