// -*- IDL -*- /** * @file BooleanSeq.pidl */ #ifndef TAO_CORBA_BOOLEAN_SEQ_IDL #define TAO_CORBA_BOOLEAN_SEQ_IDL #pragma prefix "omg.org" module CORBA { typedef sequence BooleanSeq; }; #endif /* TAO_CORBA_BOOLEAN_SEQ_IDL */