#include <Table_Adapter.h>
Inheritance diagram for TAO_Table_Adapter_Factory:
Public Member Functions | |
TAO_Table_Adapter_Factory (void) | |
Constructor. | |
virtual TAO_Adapter * | create (TAO_ORB_Core *orb_core) |
|
Constructor.
Definition at line 173 of file Table_Adapter.cpp.
00174 { 00175 } |
|
Implements TAO_Adapter_Factory. Definition at line 178 of file Table_Adapter.cpp.
00179 { 00180 return new TAO_Table_Adapter (oc); 00181 } |