4 * @file ORBInitializer.pidl
6 * @brief ORBInitializer part of the PortableInterceptor part of the CORBA
10 #ifndef _ORB_INITIALIZER_PIDL
11 #define _ORB_INITIALIZER_PIDL
13 #include "tao/PI/ORBInitInfo.pidl"
15 module PortableInterceptor {
17 typeprefix PortableInterceptor "omg.org";
19 // local interface ORBInitInfo;
21 local interface ORBInitializer
23 void pre_init (in ORBInitInfo info);
24 void post_init (in ORBInitInfo info);
29 #endif /* _ORB_INITIALIZER_PIDL */