summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Endpoint.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Endpoint.i')
-rw-r--r--TAO/tao/IIOP_Endpoint.i16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tao/IIOP_Endpoint.i b/TAO/tao/IIOP_Endpoint.i
index cc98532d3d3..6ea6339ff6e 100644
--- a/TAO/tao/IIOP_Endpoint.i
+++ b/TAO/tao/IIOP_Endpoint.i
@@ -56,19 +56,3 @@ TAO_IIOP_Endpoint::hint (void)
{
return this->hint_;
}
-
-ACE_INLINE CORBA::ULong
-TAO_IIOP_Endpoint::hash (void)
-{
- return
- ACE::hash_pjw (this->host_.in ())
- + this->port_;
-}
-
-ACE_INLINE CORBA::Boolean
-TAO_IIOP_Endpoint::is_equivalent (const TAO_IIOP_Endpoint *other_endpoint)
-{
- return
- this->port_ == other_endpoint->port_
- && ACE_OS::strcmp (this->host_.in (), other_endpoint->host_.in ()) == 0;
-}