00001 // -*- IDL -*- 00002 // 00003 // $Id: ULongSeq.pidl 76898 2007-02-04 18:58:07Z johnnyw $ 00004 00005 // ================================================================ 00006 /** 00007 * 00008 * This file is used to generate the code in ULongSeq*.* 00009 */ 00010 // ================================================================ 00011 00012 00013 #ifndef TAO_CORBA_ULONG_SEQ_IDL 00014 #define TAO_CORBA_ULONG_SEQ_IDL 00015 00016 #pragma prefix "omg.org" 00017 00018 module CORBA 00019 { 00020 typedef sequence<unsigned long> ULongSeq; 00021 }; 00022 00023 #endif /* TAO_CORBA_ULONG_SEQ_IDL */