summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosTrading.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosTrading.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosTrading.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosTrading.idl b/TAO/orbsvcs/orbsvcs/CosTrading.idl
index 21aff3aa80f..ab9cbc2df05 100644
--- a/TAO/orbsvcs/orbsvcs/CosTrading.idl
+++ b/TAO/orbsvcs/orbsvcs/CosTrading.idl
@@ -174,9 +174,9 @@ module CosTrading {
enum HowManyProps { none, some, all };
union SpecifiedProps switch ( HowManyProps ) {
- case none: long corba_long1;
+ case none: boolean none_;
case some: PropertyNameSeq prop_names;
- case all: long corba_long2;
+ case all: boolean all_;
};
exception IllegalPreference {
@@ -573,7 +573,7 @@ module CosTradingDynamic {
};
struct DynamicProp {
-#if defined TAO_HAS_DYNAMIC_PROPERTY_BUG
+#ifdef TAO_HAS_DYNAMIC_PROPERTY_BUG
string eval_if;
#else
DynamicPropEval eval_if;