summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-30 17:50:24 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-30 17:50:24 +0000
commit0b98751c64fb73b8c498919197b0bbb387a54db5 (patch)
tree39c52ea9953108ae444d53fe66df609cc1b394ef /TAO/tao/IIOP_Profile.cpp
parentcc776f0dd67c4c0a763a551735cebe3813dbfc4e (diff)
downloadATCD-0b98751c64fb73b8c498919197b0bbb387a54db5.tar.gz
ChangeLogTag:Wed Jul 30 12:50:33 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Profile.cpp')
-rw-r--r--TAO/tao/IIOP_Profile.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Profile.cpp b/TAO/tao/IIOP_Profile.cpp
index ac517728ce0..17c9ef31e3a 100644
--- a/TAO/tao/IIOP_Profile.cpp
+++ b/TAO/tao/IIOP_Profile.cpp
@@ -254,6 +254,9 @@ TAO_IIOP_Profile::is_equivalent (const TAO_Profile *other_profile)
return 0;
}
+ if (!TAO_Profile::is_profile_equivalent_i (other_profile))
+ return 0;
+
return 1;
}
@@ -282,6 +285,8 @@ TAO_IIOP_Profile::hash (CORBA::ULong max
hashval += ok[3];
}
+ hashval += TAO_Profile::hash_service_i (max);
+
return hashval % max;
}