Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
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