00001 /** 00002 * @file RTCORBA_include.pidl 00003 * 00004 * $Id: RTCORBA_include.pidl 84229 2009-01-23 21:32:40Z mitza $ 00005 * 00006 * @brief Include file for use in applications that need RTCORBA.pidl. 00007 * 00008 * This file just includes RTCORBA.pidl. The *C.h file generated from 00009 * this is hand-crafted to itself include RTCORBA.h instead of 00010 * RTCORBAC.h (which will produce a compiler error message if 00011 * included directly). The RTCORBA_includeC.h file can then be 00012 * included directly and automatically by the IDL compiler when 00013 * building the application. 00014 * 00015 * 1. Run the tao_idl compiler on the pidl file. The command used for 00016 * this is: 00017 * 00018 * tao_idl -o orig -St -Sp 00019 * -Wb,pre_include="ace/pre.h" 00020 * -Wb,post_include="ace/post.h" 00021 * RTCORBA_include.pidl 00022 * 00023 * 2. Then change this line in RTCORBA_includeC.h: 00024 * 00025 * #include "RTCORBAC.h" 00026 * 00027 * to 00028 * 00029 * #include "RTCORBA.h" 00030 */ 00031 00032 #ifndef _RT_CORBA_INCLUDE_IDL_ 00033 #define _RT_CORBA_INCLUDE_IDL_ 00034 00035 #pragma prefix "" 00036 00037 #include "tao/RTCORBA/RTCORBA.pidl" 00038 00039 #endif /* _RT_CORBA_INCLUDE_IDL_ */