ORT_Adapter_Factory_Impl. More...
#include <ORT_Adapter_Factory_Impl.h>
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) |
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.
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;
}