#include <IORInterceptor_Adapter_Factory.h>
Inheritance diagram for TAO_IORInterceptor_Adapter_Factory:
Public Member Functions | |
virtual | ~TAO_IORInterceptor_Adapter_Factory (void) |
virtual TAO_IORInterceptor_Adapter * | create (void)=0 |
Class that creates one instance of TAO_IOR_Interceptor_Adapter per ORB on the ORB's first usage of its ior_interceptor_adapter_. This is a base class for the actual implementation in the TAO_IORInterceptor library.
Definition at line 40 of file IORInterceptor_Adapter_Factory.h.
|
Definition at line 10 of file IORInterceptor_Adapter_Factory.cpp.
00011 { 00012 } |
|
Referenced by TAO_ORB_Core::ior_interceptor_adapter(). |