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