00001 // -*- IDL -*- 00002 00003 // ================================================================ 00004 /** 00005 * @file Dynamic_Parameter.pidl 00006 * 00007 * $Id: Dynamic_Parameter.pidl 76257 2007-01-02 10:02:38Z johnnyw $ 00008 * 00009 * This file was used to generate the code in Dynamic_ParameterC.* The command 00010 * used to generate code is: 00011 * 00012 * tao_idl 00013 * -o orig -GA -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 * -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00019 * -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL 00020 * Dynamic_Parameter.pidl 00021 * 00022 */ 00023 // ================================================================ 00024 00025 // File: Dynamic_Parameter.idl 00026 // Piece of module Dynamic generated separately for use by 00027 // template argument helper classes. 00028 00029 #ifndef _DYNAMIC_PARAMETER_IDL_ 00030 #define _DYNAMIC_PARAMETER_IDL_ 00031 00032 #include "tao/ParameterMode.pidl" 00033 00034 module Dynamic 00035 { 00036 struct Parameter 00037 { 00038 any argument; 00039 CORBA::ParameterMode mode; 00040 }; 00041 }; 00042 00043 #endif // _DYNAMIC_PARAMETER_IDL_