Public Member Functions | Protected Attributes

TAO::Portable_Server::Adapter_Activator Class Reference

#include <Adapter_Activator.h>

Collaboration diagram for TAO::Portable_Server::Adapter_Activator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Adapter_Activator (PortableServer::POAManager_ptr poa_manager)
CORBA::Boolean unknown_adapter (PortableServer::POA_ptr parent, const char *name)

Protected Attributes

PortableServer::POAManager_var poa_manager_
 POA Manager.

Detailed Description

Definition at line 40 of file Adapter_Activator.h.


Constructor & Destructor Documentation

TAO::Portable_Server::Adapter_Activator::Adapter_Activator ( PortableServer::POAManager_ptr  poa_manager  ) 

Definition at line 5 of file Adapter_Activator.cpp.

               : Adapter_Activator.cpp 81410 2008-04-24 09:22:08Z johnnyw $")

#if (TAO_HAS_MINIMUM_POA == 0)


Member Function Documentation

CORBA::Boolean TAO::Portable_Server::Adapter_Activator::unknown_adapter ( PortableServer::POA_ptr  parent,
const char *  name 
)

Definition at line 12 of file Adapter_Activator.cpp.

{
  namespace Portable_Server
  {
    Adapter_Activator::Adapter_Activator (
      PortableServer::POAManager_ptr pm)
      : poa_manager_ (PortableServer::POAManager::_duplicate (pm))
    {
    }

    CORBA::Boolean
    Adapter_Activator::unknown_adapter (PortableServer::POA_ptr parent,
                                        const char *name)
    {
      // Default policies
      CORBA::PolicyList default_policies;

      // This assumes that the lock on the parent is recursive


Member Data Documentation

PortableServer::POAManager_var TAO::Portable_Server::Adapter_Activator::poa_manager_ [protected]

POA Manager.

Definition at line 52 of file Adapter_Activator.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines