#include <ORT_Adapter_Factory.h>
Inheritance diagram for TAO::ORT_Adapter_Factory:
Public Member Functions | |
virtual | ~ORT_Adapter_Factory (void) |
Destructor. | |
virtual TAO::ORT_Adapter * | create ()=0 |
Create a new adapter, in case not possible to allocate, returns 0. | |
virtual void | destroy (TAO::ORT_Adapter *adapter)=0 |
Destroy the passed adapter. |
Class that creates one instance of TAO::ORT_Adapter per POA on the POA's first usage of its objectreferencetemplate_adapter. This is a base class for the actual implementation in the TAO_ObjectReferenceTemplate library.
Definition at line 47 of file ORT_Adapter_Factory.h.
|
Destructor.
Definition at line 13 of file ORT_Adapter_Factory.cpp.
00014 { 00015 } |
|
Create a new adapter, in case not possible to allocate, returns 0.
Referenced by TAO_Root_POA::ORT_adapter_i(). |
|
Destroy the passed adapter.
Referenced by TAO_Root_POA::destroy_i(). |