00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 // ================================================================ 00009 /** 00010 * 00011 * This file is used to generate the code in ULongSeq*.* 00012 */ 00013 // ================================================================ 00014 00015 00016 #ifndef OPENDDS_CORBA_ULONG_SEQ_IDL 00017 #define OPENDDS_CORBA_ULONG_SEQ_IDL 00018 00019 #pragma prefix "omg.org" 00020 00021 module CORBA 00022 { 00023 typedef sequence<unsigned long> ULongSeq; 00024 }; 00025 00026 #endif /* OPENDDS_CORBA_ULONG_SEQ_IDL */