=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tao / PI / ORBInitializer.pidl
blobfb16f290611fc8fb2db42675c5926ddef34fc6fb
1 // -*- IDL -*-
3 /**
4  * @file ORBInitializer.pidl
5  *
6  * @brief ORBInitializer part of the PortableInterceptor part of the CORBA
7  * spec
8  */
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
22   {
23     void pre_init (in ORBInitInfo info);
24     void post_init (in ORBInitInfo info);
25   };
29 #endif  /* _ORB_INITIALIZER_PIDL */