00001 // -*- IDL -*- 00002 00003 // ================================================================ 00004 /** 00005 * @file Dynamic.pidl 00006 * 00007 * $Id: Dynamic.pidl 81200 2008-04-01 13:03:30Z johnnyw $ 00008 * 00009 * This file is used to generate the code in DynamicC.* 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 * -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00019 * -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL 00020 * Dynamic.pidl 00021 * 00022 */ 00023 // ================================================================ 00024 00025 // File: Dynamic.idl 00026 // Used primarily for Interceptors 00027 00028 #include "tao/AnyTypeCode/Dynamic_Parameter.pidl" 00029 #include "tao/Typecode_types.pidl" 00030 #include "tao/StringSeq.pidl" 00031 00032 #ifndef _DYNAMIC_IDL_ 00033 #define _DYNAMIC_IDL_ 00034 00035 module Dynamic 00036 { 00037 typeprefix Dynamic "omg.org"; 00038 00039 typedef sequence<Parameter> ParameterList; 00040 00041 typedef CORBA::StringSeq ContextList; 00042 00043 typedef sequence<CORBA::TypeCode> ExceptionList; 00044 00045 typedef CORBA::StringSeq RequestContext; 00046 }; 00047 00048 #endif // _DYNAMIC_IDL_
1.4.7