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