00001 // -*- IDL -*- 00002 // 00003 // $Id: ShortSeq.pidl 81200 2008-04-01 13:03:30Z johnnyw $ 00004 00005 // ================================================================ 00006 /** 00007 * This file is used to generate the code in ShortSeq*.* 00008 * The command used to generate code is: 00009 * 00010 * tao_idl 00011 * -o orig -GA -SS -Sci 00012 * -Wb,export_macro=TAO_Export 00013 * -Wb,pre_include="ace/pre.h" 00014 * -Wb,post_include="ace/post.h" 00015 * ShortSeq.pidl 00016 * 00017 * Patches for changes to the generated code are available in the 00018 * `diffs' directory. 00019 */ 00020 // ================================================================ 00021 00022 #ifndef TAO_CORBA_SHORT_SEQ_IDL 00023 #define TAO_CORBA_SHORT_SEQ_IDL 00024 00025 #pragma prefix "omg.org" 00026 00027 module CORBA 00028 { 00029 typedef sequence<short> ShortSeq; 00030 }; 00031 00032 #endif /* TAO_CORBA_SHORT_SEQ_IDL */