#include <CodecFactory_ORBInitializer.h>
Inheritance diagram for TAO_CodecFactory_ORBInitializer:
Public Methods | |
virtual void | pre_init (PortableInterceptor::ORBInitInfo_ptr info ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual void | post_init (PortableInterceptor::ORBInitInfo_ptr info ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Private Attributes | |
IOP::CodecFactory_var | codec_factory_ |
Instance of the IOP::CodecFactory. More... |
This class simply registers the CodecFactory object with the ORB resolve_initial_references() mechanism.
|
|
|
|
|
Instance of the IOP::CodecFactory. The CodecFactory is stateless and reentrant, so share a single instance between all ORBs. |