// -*- IDL -*- // $Id$ #ifndef TAO_CORBA_LONG_SEQ_IDL #define TAO_CORBA_LONG_SEQ_IDL #pragma prefix "omg.org" module CORBA { typedef sequence<long> LongSeq; }; #endif /* TAO_CORBA_LONG_SEQ_IDL */