#include <Regular_POA.h>
Inheritance diagram for TAO_Regular_POA:
Public Member Functions | |
TAO_Regular_POA (const String &name, TAO_POA_Manager &poa_manager, const TAO_POA_Policy_Set &policies, TAO_Root_POA *parent, ACE_Lock &lock, TAO_SYNCH_MUTEX &thread_lock, TAO_ORB_Core &orb_core, TAO_Object_Adapter *object_adapter ACE_ENV_ARG_DECL) | |
virtual | ~TAO_Regular_POA (void) |
PortableServer::POA_ptr | the_parent (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Protected Member Functions | |
virtual void | remove_from_parent_i (ACE_ENV_SINGLE_ARG_DECL) |
virtual CORBA::Boolean | root (void) const |
virtual char | root_key_type (void) |
Protected Attributes | |
TAO_Root_POA * | parent_ |
Implementation of the PortableServer::POA interface.
|
|
|
|
|
Reimplemented from TAO_Root_POA. |
|
Reimplemented from TAO_Root_POA. |
|
Reimplemented from TAO_Root_POA. |
|
Reimplemented from TAO_Root_POA. |
|
The parent of this POA, be aware that in case this pointer is nill, we are a parent. This can be achieved by deriving from this Regular_POA and pass a nill pointer as parent with the constructor. |