4 * @file PI_Forward.pidl
6 * @brief Pre-compiled IDL source for typedefs in the
7 * PortableInterceptor module.
9 * This file is used to generate PI_Forward.{h,cpp},
10 * using the following command:
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"
22 * cp orig/PI_ForwardC.{h,cpp} .
24 * The code left in PI_ForwardC.{h,cpp}
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;
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_ */