// -*- IDL -*- // // $Id$ /** * @file BooleanSeq.pidl * * $Id$ * * This file is used to generate the code in BooleanSeqC.* */ #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 */