// -*- IDL -*- // ================================================================ /** * @file Dynamic_Parameter.pidl * * $Id$ * * This file was used to generate the code in Dynamic_ParameterC.* The command * used to generate code is: * * tao_idl * -o orig -Ge 1 -GA -Sc -Sci * -Wb,export_macro=TAO_Export * -Wb,export_include="tao/TAO_Export.h" * -Wb,pre_include="ace/pre.h" * -Wb,post_include="ace/post.h" * Dynamic_Parameter.pidl * */ // ================================================================ // File: Dynamic_Parameter.idl // Piece of module Dynamic generated separately for use by // template argument helper classes. #ifndef _DYNAMIC_PARAMETER_IDL_ #define _DYNAMIC_PARAMETER_IDL_ #include module Dynamic { struct Parameter { any argument; CORBA::ParameterMode mode; }; }; #endif // _DYNAMIC_PARAMETER_IDL_