ObjectReferenceTemplate_include.pidl File Reference

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

#include "tao/ObjRefTemplate/ObjectReferenceTemplate.pidl"
Include dependency graph for ObjectReferenceTemplate_include.pidl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Detailed Description

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

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

This file just includes ObjectReferenceTemplate.pidl. The *C.h file generated from this is hand-crafted to itself include ObjectReferenceTemplate.h instead of ObjectReferenceTemplateC.h (which will produce a compiler error message if included directly). The ObjectReferenceTemplate_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" ObjectReferenceTemplate_include.pidl

2. Then change this line in ObjectReferenceTemplate_includeC.h:

include "ObjectReferenceTemplateC.h"

to

include "ObjectReferenceTemplate.h"

Definition in file ObjectReferenceTemplate_include.pidl.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines