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