#include <ORBInitializer_Registry_Adapter.h>
Inheritance diagram for TAO::ORBInitializer_Registry_Adapter:


| Public Member Functions | |
| virtual | ~ORBInitializer_Registry_Adapter (void) | 
| virtual void | register_orb_initializer (PortableInterceptor::ORBInitializer_ptr init)=0 | 
| virtual size_t | pre_init (TAO_ORB_Core *orb_core, int argc, char *argv[], PortableInterceptor::SlotId &slotid)=0 | 
| virtual void | post_init (size_t pre_init_count, TAO_ORB_Core *orb_core, int argc, char *argv[], PortableInterceptor::SlotId slotid)=0 | 
| 
 | 
| 
 | 
| 
 | ||||||||||||||||||||||||
| Complete initialization of all registered ORBInitializers after the ORB has been initialized. Returns the number of slots allocated. 
 | 
| 
 | ||||||||||||||||||||
| Begin initialization of all registered ORBInitializers before the ORB itself is initialized. 
 | 
| 
 | 
| Register an ORBInitializer with the underlying ORBInitializer array. | 
 1.3.9.1
 1.3.9.1