00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 /** 00009 * 00010 * This file was used to generate the code in OctetSeqC.* 00011 * The command used to generate code is: 00012 * 00013 * tao_idl 00014 * -oA AnyTypeCode 00015 * -GA -SS -Sci -Sorb 00016 * -Wb,pre_include=ace/pre.h 00017 * -Wb,post_include=ace/post.h 00018 * -Wb,export_macro=TAO_Export 00019 * -Wb,export_include=tao/TAO_Export.h 00020 * -Wb,anyop_export_macro=TAO_AnyTypeCode_Export 00021 * -Wb,anyop_export_include=tao/AnyTypeCode/TAO_AnyTypeCode_Export.h 00022 * OctetSeq.pidl 00023 */ 00024 00025 00026 #ifndef OPENDDS_CORBA_OCTET_SEQ_IDL 00027 #define OPENDDS_CORBA_OCTET_SEQ_IDL 00028 00029 #pragma prefix "omg.org" 00030 00031 module CORBA 00032 { 00033 typedef sequence<octet> OctetSeq; 00034 }; 00035 00036 #endif /* OPENDDS_CORBA_OCTET_SEQ_IDL */