00001 // -*- IDL -*- 00002 // 00003 // $Id: WCharSeq.pidl 81200 2008-04-01 13:03:30Z johnnyw $ 00004 00005 /** 00006 * This file is used to generate the code in WCharSeqC.* 00007 * The command used to generate code is: 00008 * 00009 * tao_idl 00010 * -oA AnyTypeCode 00011 * -GA -SS -Sci 00012 * -Wb,pre_include=ace/pre.h 00013 * -Wb,post_include=ace/post.h 00014 * -Wb,export_macro=TAO_Export 00015 * -Wb,export_include=tao/TAO_Export.h 00016 * -Wb,anyop_export_macro=TAO_AnyTypeCode_Export 00017 * -Wb,anyop_export_include=tao/AnyTypeCode/TAO_AnyTypeCode_Export.h 00018 * WCharSeq.pidl 00019 */ 00020 00021 #ifndef TAO_CORBA_WCHAR_SEQ_IDL 00022 #define TAO_CORBA_WCHAR_SEQ_IDL 00023 00024 #pragma prefix "omg.org" 00025 00026 module CORBA 00027 { 00028 typedef sequence<wchar> WCharSeq; 00029 }; 00030 00031 #endif /* TAO_CORBA_WCHAR_SEQ_IDL */