Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

RTCORBA_include.pidl File Reference

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

import "tao/RTCORBA/RTCORBA.pidl";

Include dependency graph for RTCORBA_include.pidl:

Include dependency graph

Detailed Description

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

Id
RTCORBA_include.pidl,v 1.1 2003/11/24 02:24:32 parsons Exp

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 -Sc -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"


Generated on Sun May 15 13:17:52 2005 for TAO_RTCORBA by  doxygen 1.3.9.1