OpenDDS  Snapshot(2023/04/28-20:55)
BooleanSeq.idl
Go to the documentation of this file.
1 /*
2  *
3  *
4  * Distributed under the OpenDDS License.
5  * See: http://www.opendds.org/license.html
6  */
7 
8 /**
9  * This file is used to generate the code in BooleanSeqC.*
10  */
11 
12 #ifndef OPENDDS_CORBASEQ_BOOLEANSEQ_IDL
13 #define OPENDDS_CORBASEQ_BOOLEANSEQ_IDL
14 
15 #pragma prefix "omg.org"
16 
17 module CORBA
18 {
19  typedef sequence<boolean> BooleanSeq;
20 };
21 
22 #endif
sequence< boolean > BooleanSeq
Definition: BooleanSeq.idl:19