summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosTrading.idl
diff options
context:
space:
mode:
authorsbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-11 22:37:12 +0000
committersbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-11 22:37:12 +0000
commit94357b41b5ceecb611737c7c1a216d6a2ff0ec9b (patch)
tree3a77dc87926fbb26d279334115c4a10334f7d43c /TAO/orbsvcs/orbsvcs/CosTrading.idl
parent9c1173d537766c6f8f8ce78fe1fe369d973b30bc (diff)
downloadATCD-94357b41b5ceecb611737c7c1a216d6a2ff0ec9b.tar.gz
*** empty log message ***
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;