2 * @file ObjectReferenceTemplate_include.pidl
4 * @brief Include file for use in applications that need ObjectReferenceTemplate.pidl.
6 * This file just includes ObjectReferenceTemplate.pidl. The *C.h file generated from
7 * this is hand-crafted to itself include ObjectReferenceTemplate.h instead of
8 * ObjectReferenceTemplateC.h (which will produce a compiler error message if
9 * included directly). The ObjectReferenceTemplate_includeC.h file can then be
10 * included directly and automatically by the IDL compiler when
11 * building the application.
13 * 1. Run the tao_idl compiler on the pidl file. The command used for
16 * tao_idl -o orig -St -Sp
17 * -Wb,pre_include="ace/pre.h"
18 * -Wb,post_include="ace/post.h"
19 * ObjectReferenceTemplate_include.pidl
21 * 2. Then change this line in ObjectReferenceTemplate_includeC.h:
23 * #include "ObjectReferenceTemplateC.h"
27 * #include "ObjectReferenceTemplate.h"
30 #ifndef _OBJECTREFERENCETEMPLATE_INCLUDE_IDL_
31 #define _OBJECTREFERENCETEMPLATE_INCLUDE_IDL_
35 #include "tao/ObjRefTemplate/ObjectReferenceTemplate.pidl"
37 #endif /* _OBJECTREFERENCETEMPLATE_INCLUDE_IDL_ */