OpenDDS  Snapshot(2023/04/28-20:55)
ULongSeq.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  *
11  * This file is used to generate the code in ULongSeq*.*
12  */
13 // ================================================================
14 
15 
16 #ifndef OPENDDS_CORBASEQ_ULONGSEQ_IDL
17 #define OPENDDS_CORBASEQ_ULONGSEQ_IDL
18 
19 #pragma prefix "omg.org"
20 
21 module CORBA
22 {
23  typedef sequence<unsigned long> ULongSeq;
24 };
25 
26 #endif
sequence< unsigned long > ULongSeq
Definition: ULongSeq.idl:23