// -*- IDL -*- // // $Id: BooleanSeq.pidl 78935 2007-07-18 12:40:46Z johnnyw $ /** * @file BooleanSeq.pidl * * $Id: BooleanSeq.pidl 78935 2007-07-18 12:40:46Z johnnyw $ * * 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 */