00001 // -*- IDL -*- 00002 // 00003 // $Id: BooleanSeq.pidl 78935 2007-07-18 12:40:46Z johnnyw $ 00004 00005 /** 00006 * @file BooleanSeq.pidl 00007 * 00008 * $Id: BooleanSeq.pidl 78935 2007-07-18 12:40:46Z johnnyw $ 00009 * 00010 * This file is used to generate the code in BooleanSeqC.* 00011 */ 00012 00013 #ifndef TAO_CORBA_BOOLEAN_SEQ_IDL 00014 #define TAO_CORBA_BOOLEAN_SEQ_IDL 00015 00016 #pragma prefix "omg.org" 00017 00018 module CORBA 00019 { 00020 typedef sequence<boolean> BooleanSeq; 00021 }; 00022 00023 #endif /* TAO_CORBA_BOOLEAN_SEQ_IDL */