2 * @file RTPortableServer_include.pidl
4 * @brief Include file for use in applications that need RTPortableServer.pidl.
6 * This file just includes RTPortableServer.pidl. The *C.h file generated from
7 * this is hand-crafted to itself include RTPortableServer.h instead of
8 * RTPortableServerC.h (which will produce a compiler error message if
9 * included directly). The RTPortableServer_includeC.h file can then be
10 * included directly and automatically by the IDL compiler when
11 * building the application.
13 * 1. Run the tao_idl compiler on the pidl file. The command used for
16 * tao_idl -o orig -St -Sp -Sci -SS
17 * -Wb,export_macro=TAO_RTPortableServer_Export \
18 * -Wb,export_include="rtportableserver_export.h" \
19 * -Wb,pre_include="ace/pre.h"
20 * -Wb,post_include="ace/post.h"
21 * RTPortableServer_include.pidl
23 * 2. Then change this line in RTPortableServer_includeC.h:
25 * #include "RTPortableServerC.h"
29 * #include "RTPortableServer.h"
32 #ifndef _RTPORTABLESERVER_INCLUDE_IDL_
33 #define _RTPORTABLESERVER_INCLUDE_IDL_
37 ///FUZZ: disable check_for_include/
38 #include "tao/RTPortableServer/RTPortableServer.pidl"
40 #endif /* _RTPORTABLESERVER_INCLUDE_IDL_ */