Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PI_Forward.pidl
blobf0a0bf48aa3183f9283b4b5d6d1f4ee8b44a31db
1 // -*- IDL -*-
3 /**
4  * @file PI_Forward.pidl
5  *
6  * @brief Pre-compiled IDL source for typedefs in the
7  * PortableInterceptor module.
8  *
9  * This file is used to generate PI_Forward.{h,cpp},
10  * using the following command:
11  *
12  *   tao_idl.exe
13  *        -o orig -Gp -Gd -Sci
14  *        -Wb,export_macro=TAO_Export
15  *        -Wb,export_include=tao/TAO_Export.h
16  *        -Wb,pre_include="ace/pre.h"
17  *        -Wb,post_include="ace/post.h"
18  *        PI_Forward.pidl
19  *
20  * and then:
21  *
22  * cp orig/PI_ForwardC.{h,cpp} .
23  *
24  * The code left in PI_ForwardC.{h,cpp}
25  */
27 // File: PI_Forward.pidl
29 #ifndef _PI_FORWARD_IDL_
30 #define _PI_FORWARD_IDL_
32 #include "tao/OctetSeq.pidl"
33 #include "tao/StringSeq.pidl"
35 module PortableInterceptor
37   typeprefix PortableInterceptor "omg.org";
39   typedef string ServerId;
40   typedef string ORBId;
41   typedef CORBA::StringSeq AdapterName;
42   typedef CORBA::OctetSeq ObjectId;
43   typedef string AdapterManagerId;
44   typedef short AdapterState;
45   typedef unsigned long SlotId;
46   typedef short ReplyStatus;
50 #endif  /* _PI_FORWARD_IDL_ */