00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
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_