summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/orbsvcs/orbsvcs/CosTrading.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosTrading.idl b/TAO/orbsvcs/orbsvcs/CosTrading.idl
index 21625c17d91..21aff3aa80f 100644
--- a/TAO/orbsvcs/orbsvcs/CosTrading.idl
+++ b/TAO/orbsvcs/orbsvcs/CosTrading.idl
@@ -573,7 +573,11 @@ module CosTradingDynamic {
};
struct DynamicProp {
+#if defined TAO_HAS_DYNAMIC_PROPERTY_BUG
+ string eval_if;
+#else
DynamicPropEval eval_if;
+#endif /* TAO_HAS_OBJECT_IN_STRUCT_MARSHAL_BUG */
TypeCode returned_type;
any extra_info;
};