OpenDDS  Snapshot(2023/04/28-20:55)
LongSeq.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 LongSeq*.*
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_Export.h
17  * -Wb,pre_include="ace/pre.h"
18  * -Wb,post_include="ace/post.h"
19  * LongSeq.pidl
20  *
21  */
22 // ================================================================
23 
24 #ifndef OPENDDS_CORBASEQ_LONGSEQ_IDL
25 #define OPENDDS_CORBASEQ_LONGSEQ_IDL
26 
27 #pragma prefix "omg.org"
28 
29 module CORBA
30 {
31  typedef sequence<long> LongSeq;
32 };
33 
34 #endif
sequence< long > LongSeq
Definition: LongSeq.idl:31