#include <Valuetype_Adapter_Factory.h>
Inheritance diagram for TAO_Valuetype_Adapter_Factory:
Public Member Functions | |
virtual | ~TAO_Valuetype_Adapter_Factory (void) |
virtual TAO_Valuetype_Adapter * | create (void)=0 |
Class that creates one instance of TAO_Valuetype_Adapter per ORB on the ORB's first usage of its valuetype_adapter_. This is a base class for the actual implementation in the TAO_Valuetype library.
Definition at line 40 of file Valuetype_Adapter_Factory.h.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Valuetype_Adapter_Factory::~TAO_Valuetype_Adapter_Factory | ( | void | ) | [virtual] |
virtual TAO_Valuetype_Adapter* TAO_Valuetype_Adapter_Factory::create | ( | void | ) | [pure virtual] |
Referenced by TAO_ORB_Core::valuetype_adapter().