OpenDDS  Snapshot(2023/04/28-20:55)
StringSeq.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 StringSeqC.*
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 // StringSeq.pidl
19 //
20 // ================================================================
21 
22 
23 #ifndef OPENDDS_CORBASEQ_STRINGSEQ_IDL
24 #define OPENDDS_CORBASEQ_STRINGSEQ_IDL
25 
26 #pragma prefix "omg.org"
27 
28 module CORBA
29 {
30  typedef sequence<string> StringSeq;
31 };
32 
33 #endif
sequence< string > StringSeq
Definition: StringSeq.idl:30