00001 // -*- IDL -*- 00002 00003 // ================================================================ 00004 /** 00005 * @file ParameterMode.pidl 00006 * 00007 * $Id: ParameterMode.pidl 81200 2008-04-01 13:03:30Z johnnyw $ 00008 * 00009 * This file is used to generate the code in ParameterModeC.* The command 00010 * used to generate code is: 00011 * 00012 * tao_idl 00013 * -o orig -GA -SS -Sci 00014 * -Wb,export_macro=TAO_Export 00015 * -Wb,export_include="tao/TAO_Export.h" 00016 * -Wb,pre_include="ace/pre.h" 00017 * -Wb,post_include="ace/post.h" 00018 * ParameterMode.pidl 00019 */ 00020 // ================================================================ 00021 00022 #ifndef TAO_PARAMETERMODE_IDL 00023 #define TAO_PARAMETERMODE_IDL 00024 00025 #pragma prefix "omg.org" 00026 00027 module CORBA 00028 { 00029 enum ParameterMode 00030 { 00031 PARAM_IN, 00032 PARAM_OUT, 00033 PARAM_INOUT 00034 }; 00035 }; 00036 00037 #endif /* TAO_PARAMETERMODE_IDL */