00001 /** 00002 * @file PS_Forward.pidl 00003 * 00004 * $Id: PS_Forward.pidl 81200 2008-04-01 13:03:30Z johnnyw $ 00005 * 00006 * @brief Pre-compiled IDL source for the PortableServer module. 00007 * 00008 * This file is used to generate the code in 00009 * PS_ForwardC.{h,inl,cpp}, using the following command: 00010 * 00011 * tao_idl.exe \ 00012 * -o orig -Gp -Gd -Sci -GA -I$(TAO_ROOT) 00013 * -Wb,export_macro=TAO_PortableServer_Export \ 00014 * -Wb,export_include="portableserver_export.h" \ 00015 * -Wb,pre_include="ace/pre.h" \ 00016 * -Wb,post_include="ace/post.h" \ 00017 * PS_Forward.pidl 00018 * 00019 * Apply patches using the following command: 00020 * 00021 * patch < diffs/PS_Forward.diff 00022 */ 00023 00024 #ifndef _PORTABLESERVER_PS_FORWARD_IDL_ 00025 #define _PORTABLESERVER_PS_FORWARD_IDL_ 00026 00027 #include "tao/OctetSeq.pidl" 00028 00029 #pragma prefix "omg.org" 00030 00031 module PortableServer 00032 { 00033 # pragma version PortableServer 2.3 00034 00035 typedef CORBA::OctetSeq ObjectId; 00036 00037 local interface POA; 00038 00039 native Servant; 00040 }; 00041 00042 #endif // _PORTABLESERVER_PS_FORWARD_IDL_