ORT_Adapter_Factory.
More...
#include <ORT_Adapter_Factory.h>
ORT_Adapter_Factory.
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.
TAO::ORT_Adapter_Factory::~ORT_Adapter_Factory |
( |
void |
| ) |
|
|
virtual |
Destructor.
- Note
- Even though this class only defines an interface, a destructor is necessary to avoid dynamic_cast<> failures when using g++ 4.0's -fvisibility-inlines-hidden command line option. Apparently the compiler generated destructor is inlined.
Create a new adapter, in case not possible to allocate, returns 0.
Destroy the passed adapter.
The documentation for this class was generated from the following files: