00001 // -*- IDL -*- 00002 00003 /** 00004 * @file PIForwardRequest.pidl 00005 * 00006 * $Id: PIForwardRequest.pidl 81200 2008-04-01 13:03:30Z johnnyw $ 00007 * 00008 * @brief Pre-compiled IDL source for the PortableInterceptor 00009 * components in the ORB. 00010 * 00011 * This file is used to generate the code in PIForwardRequestC.* 00012 * The command used to generate code is: 00013 * 00014 * tao_idl 00015 * -o orig -Gp -Gd -GA -SS -Sci 00016 * -Wb,export_include="tao/TAO_Export.h" 00017 * -Wb,export_macro=TAO_Export 00018 * -Wb,pre_include="ace/pre.h" 00019 * -Wb,post_include="ace/post.h" 00020 * PIForwardRequest.pidl 00021 * 00022 */ 00023 00024 #ifndef _PIFORWARD_REQUEST_IDL_ 00025 #define _PIFORWARD_REQUEST_IDL_ 00026 00027 module PortableInterceptor { 00028 00029 typeprefix PortableInterceptor "omg.org"; 00030 00031 exception ForwardRequest 00032 { 00033 Object forward; 00034 }; 00035 }; 00036 00037 #endif /* _PIFORWARD_REQUEST_IDL_ */