00001 // -*- IDL -*- 00002 // 00003 // $Id: OctetSeq.pidl 76257 2007-01-02 10:02:38Z johnnyw $ 00004 00005 /** 00006 * 00007 * This file was used to generate the code in OctetSeqC.* 00008 * The command used to generate code is: 00009 * 00010 * tao_idl 00011 * -oA AnyTypeCode 00012 * -GA -SS -Sci -Sorb 00013 * -Wb,pre_include=ace/pre.h 00014 * -Wb,post_include=ace/post.h 00015 * -Wb,export_macro=TAO_Export 00016 * -Wb,export_include=tao/TAO_Export.h 00017 * -Wb,anyop_export_macro=TAO_AnyTypeCode_Export 00018 * -Wb,anyop_export_include=tao/AnyTypeCode/TAO_AnyTypeCode_Export.h 00019 * OctetSeq.pidl 00020 */ 00021 00022 00023 #ifndef TAO_CORBA_OCTET_SEQ_IDL 00024 #define TAO_CORBA_OCTET_SEQ_IDL 00025 00026 #pragma prefix "omg.org" 00027 00028 module CORBA 00029 { 00030 typedef sequence<octet> OctetSeq; 00031 }; 00032 00033 #endif /* TAO_CORBA_OCTET_SEQ_IDL */