OpenDDS
Snapshot(2023/04/28-20:55)
dds
CorbaSeq
LongLongSeq.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 LongLongSeq*.*
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
* LongLongSeq.pidl
20
*
21
*/
22
// ================================================================
23
24
#ifndef OPENDDS_CORBASEQ_LONGLONGSEQ_IDL
25
#define OPENDDS_CORBASEQ_LONGLONGSEQ_IDL
26
27
#pragma prefix "omg.org"
28
29
module
CORBA
30
{
31
typedef
sequence<long long>
LongLongSeq
;
32
};
33
34
#endif
CORBA::LongLongSeq
sequence< long long > LongLongSeq
CORBA
Generated by
1.8.13