RTPortableServer_include.pidl File Reference

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

import "tao/RTPortableServer/RTPortableServer.pidl";

Include dependency graph for RTPortableServer_include.pidl:

Include dependency graph

Go to the source code of this file.


Detailed Description

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

RTPortableServer_include.pidl,v 1.3 2006/05/09 07:35:15 jwillemsen Exp

This file just includes RTPortableServer.pidl. The *C.h file generated from this is hand-crafted to itself include RTPortableServer.h instead of RTPortableServerC.h (which will produce a compiler error message if included directly). The RTPortableServer_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 -Sci -SS -Wb,export_macro=TAO_RTPortableServer_Export \ -Wb,export_include="rtportableserver_export.h" \ -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h" RTPortableServer_include.pidl

2. Then change this line in RTPortableServer_includeC.h:

#include "RTPortableServerC.h"

to

#include "RTPortableServer.h"

Definition in file RTPortableServer_include.pidl.


Generated on Thu Nov 9 12:56:08 2006 for TAO_RTPortableServer by doxygen 1.3.6