OpenDDS  Snapshot(2023/04/28-20:55)
UShortSeq.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 /**
10  * This file was used to generate the code in UShortSeq*.*
11  * The command used to generate code is:
12  *
13  * tao_idl
14  * -o orig -GA -SS -Sci
15  * -Wb,export_macro=TAO_Export
16  * -Wb,export_include=tao/TAO_Export.h
17  * -Wb,pre_include="ace/pre.h"
18  * -Wb,post_include="ace/post.h"
19  * UShortSeq.pidl
20  */
21 // ================================================================
22 
23 #ifndef OPENDDS_CORBASEQ_USHORTSEQ_IDL
24 #define OPENDDS_CORBASEQ_USHORTSEQ_IDL
25 
26 #pragma prefix "omg.org"
27 
28 module CORBA
29 {
30  typedef sequence<unsigned short> UShortSeq;
31 };
32 
33 #endif
sequence< unsigned short > UShortSeq
Definition: UShortSeq.idl:30