#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.
|
Definition at line 10 of file Valuetype_Adapter_Factory.cpp.
00011 { 00012 } |
|
Referenced by TAO_ORB_Core::valuetype_adapter(). |