OpenDDS  Snapshot(2023/04/28-20:55)
WCharSeq.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  * This file was used to generate the code in WCharSeqC.*
10  * The command used to generate code is:
11  *
12  * tao_idl
13  * -oA AnyTypeCode
14  * -GA -SS -Sci
15  * -Wb,pre_include=ace/pre.h
16  * -Wb,post_include=ace/post.h
17  * -Wb,export_macro=TAO_Export
18  * -Wb,export_include=tao/TAO_Export.h
19  * -Wb,anyop_export_macro=TAO_AnyTypeCode_Export
20  * -Wb,anyop_export_include=tao/AnyTypeCode/TAO_AnyTypeCode_Export.h
21  * WCharSeq.pidl
22  */
23 
24 #ifndef OPENDDS_CORBASEQ_WCHARSEQ_IDL
25 #define OPENDDS_CORBASEQ_WCHARSEQ_IDL
26 
27 #pragma prefix "omg.org"
28 
29 module CORBA
30 {
31  typedef sequence<wchar> WCharSeq;
32 };
33 
34 #endif
sequence< wchar > WCharSeq