00001 // -*- IDL -*- 00002 /** 00003 * @file Default_ORT.pidl 00004 * 00005 * $Id: Default_ORT.pidl 76257 2007-01-02 10:02:38Z johnnyw $ 00006 * 00007 * @brief Pre-compiled IDL source for the TAO_Default_ORT module. 00008 * 00009 * This file is used to generate Default_ORTC.{h,i,cpp}, using the following 00010 * command: 00011 * 00012 * tao_idl.exe 00013 * -o orig -GA 00014 * -I../.. 00015 * -Wb,export_macro=TAO_ORT_Export \ 00016 * -Wb,export_include="ort_export.h" \ 00017 * -Wb,pre_include="ace/pre.h" 00018 * -Wb,post_include="ace/post.h" 00019 * Default_ORT.pidl 00020 * 00021 */ 00022 00023 #ifndef TAO_DEFAULT_ORT_PIDL 00024 #define TAO_DEFAULT_ORT_PIDL 00025 00026 #include "tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl" 00027 00028 module TAO_Default_ORT 00029 { 00030 valuetype ObjectReferenceTemplate 00031 : PortableInterceptor::ObjectReferenceTemplate 00032 { 00033 }; 00034 }; 00035 00036 #endif /* TAO_DEFAULT_ORT_PIDL */