#include <Adapter_Factory.h>
Inheritance diagram for TAO_Adapter_Factory:


Public Member Functions | |
| virtual | ~TAO_Adapter_Factory (void) |
| Destructor. | |
| virtual TAO_Adapter * | create (TAO_ORB_Core *orb_core)=0 |
| Create a new adapter. | |
|
|
Destructor.
Definition at line 9 of file Adapter_Factory.cpp.
00010 {
00011 }
|
|
|
Create a new adapter.
Referenced by TAO_ORB_Core::resolve_ior_table_i(), and TAO_ORB_Core::root_poa(). |
1.3.6