Public Member Functions | Static Public Member Functions

TAO::ORT_Adapter_Factory_Impl Class Reference

ORT_Adapter_Factory_Impl. More...

#include <ORT_Adapter_Factory_Impl.h>

Inheritance diagram for TAO::ORT_Adapter_Factory_Impl:
Inheritance graph
[legend]
Collaboration diagram for TAO::ORT_Adapter_Factory_Impl:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual TAO::ORT_Adapter * create ()
 Create an adapter.
virtual void destroy (TAO::ORT_Adapter *adapter)
 Destroy an adapter that is created by this factory.

Static Public Member Functions

static int Initializer (void)

Detailed Description

ORT_Adapter_Factory_Impl.

Class that creates instances of TAO::ORT_Adapter (one per POA). This is the derived class that contains the actual implementation.

Definition at line 41 of file ORT_Adapter_Factory_Impl.h.


Member Function Documentation

ORT_Adapter * TAO::ORT_Adapter_Factory_Impl::create ( void   )  [virtual]

Create an adapter.

Implements TAO::ORT_Adapter_Factory.

Definition at line 7 of file ORT_Adapter_Factory_Impl.cpp.

               : ORT_Adapter_Factory_Impl.cpp 79958 2007-11-09 09:04:45Z johnnyw $")

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

namespace TAO
{
  ORT_Adapter *
  ORT_Adapter_Factory_Impl::create ()

void TAO::ORT_Adapter_Factory_Impl::destroy ( TAO::ORT_Adapter *  adapter  )  [virtual]

Destroy an adapter that is created by this factory.

Implements TAO::ORT_Adapter_Factory.

Definition at line 19 of file ORT_Adapter_Factory_Impl.cpp.

int TAO::ORT_Adapter_Factory_Impl::Initializer ( void   )  [static]

Definition at line 25 of file ORT_Adapter_Factory_Impl.cpp.

  {
    delete adapter;
  }


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