OpenDDS  Snapshot(2023/04/28-20:55)
Int8Seq.idl
Go to the documentation of this file.
1 /*
2  * Distributed under the OpenDDS License.
3  * See: http://www.opendds.org/license.html
4  */
5 
6 #ifndef OPENDDS_CORBASEQ_INT8SEQ_IDL
7 #define OPENDDS_CORBASEQ_INT8SEQ_IDL
8 
9 #if defined __TAO_IDL_FEATURES
10 # include __TAO_IDL_FEATURES
11 #endif
12 
13 #if defined TAO_IDL_HAS_EXPLICIT_INTS && TAO_IDL_HAS_EXPLICIT_INTS
14 # pragma prefix "omg.org"
15 
16 module CORBA
17 {
18  typedef sequence<int8> Int8Seq;
19 };
20 
21 #endif
22 
23 #endif
sequence< int8 > Int8Seq