RTCORBA_include.pidl File Reference

Include file for use in applications that need RTCORBA.pidl. More...

#include "tao/RTCORBA/RTCORBA.pidl"

Detailed Description

Include file for use in applications that need RTCORBA.pidl.

Id:
RTCORBA_include.pidl 84229 2009-01-23 21:32:40Z mitza

This file just includes RTCORBA.pidl. The *C.h file generated from this is hand-crafted to itself include RTCORBA.h instead of RTCORBAC.h (which will produce a compiler error message if included directly). The RTCORBA_includeC.h file can then be included directly and automatically by the IDL compiler when building the application.

1. Run the tao_idl compiler on the pidl file. The command used for this is:

tao_idl -o orig -St -Sp -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h" RTCORBA_include.pidl

2. Then change this line in RTCORBA_includeC.h:

include "RTCORBAC.h"

to

include "RTCORBA.h"

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines