summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.cpp
diff options
context:
space:
mode:
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;
}