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