#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.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_IORInterceptor_Adapter_Factory::~TAO_IORInterceptor_Adapter_Factory | ( | void | ) | [virtual] |
virtual TAO_IORInterceptor_Adapter* TAO_IORInterceptor_Adapter_Factory::create | ( | void | ) | [pure virtual] |
Referenced by TAO_ORB_Core::ior_interceptor_adapter().