OpenDDS  Snapshot(2023/04/28-20:55)
ShortSeq.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 ShortSeq*.*
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,pre_include="ace/pre.h"
17  * -Wb,post_include="ace/post.h"
18  * ShortSeq.pidl
19  *
20  * Patches for changes to the generated code are available in the
21  * `diffs' directory.
22  */
23 // ================================================================
24 
25 #ifndef OPENDDS_CORBASEQ_SHORTSEQ_IDL
26 #define OPENDDS_CORBASEQ_SHORTSEQ_IDL
27 
28 #pragma prefix "omg.org"
29 
30 module CORBA
31 {
32  typedef sequence<short> ShortSeq;
33 };
34 
35 #endif
sequence< short > ShortSeq
Definition: ShortSeq.idl:32