00001 /** 00002 * @file ObjectReferenceTemplate_include.pidl 00003 * 00004 * $Id: ObjectReferenceTemplate_include.pidl 84229 2009-01-23 21:32:40Z mitza $ 00005 * 00006 * @brief Include file for use in applications that need ObjectReferenceTemplate.pidl. 00007 * 00008 * This file just includes ObjectReferenceTemplate.pidl. The *C.h file generated from 00009 * this is hand-crafted to itself include ObjectReferenceTemplate.h instead of 00010 * ObjectReferenceTemplateC.h (which will produce a compiler error message if 00011 * included directly). The ObjectReferenceTemplate_includeC.h file can then be 00012 * included directly and automatically by the IDL compiler when 00013 * building the application. 00014 * 00015 * 1. Run the tao_idl compiler on the pidl file. The command used for 00016 * this is: 00017 * 00018 * tao_idl -o orig -St -Sp 00019 * -Wb,pre_include="ace/pre.h" 00020 * -Wb,post_include="ace/post.h" 00021 * ObjectReferenceTemplate_include.pidl 00022 * 00023 * 2. Then change this line in ObjectReferenceTemplate_includeC.h: 00024 * 00025 * #include "ObjectReferenceTemplateC.h" 00026 * 00027 * to 00028 * 00029 * #include "ObjectReferenceTemplate.h" 00030 */ 00031 00032 #ifndef _OBJECTREFERENCETEMPLATE_INCLUDE_IDL_ 00033 #define _OBJECTREFERENCETEMPLATE_INCLUDE_IDL_ 00034 00035 #pragma prefix "" 00036 00037 #include "tao/ObjRefTemplate/ObjectReferenceTemplate.pidl" 00038 00039 #endif /* _OBJECTREFERENCETEMPLATE_INCLUDE_IDL_ */