summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-07 21:06:37 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-07 21:06:37 +0000
commit36f3ce6f589d6071b3841f9e2d94fc3e51a0cc13 (patch)
tree7cc4c2c992d0a84223afeec8a86696845d8b3551
parentcf22ea773732546e2a1001e06816223c2d522c54 (diff)
downloadATCD-36f3ce6f589d6071b3841f9e2d94fc3e51a0cc13.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/IIOP_Profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Profile.cpp b/TAO/tao/IIOP_Profile.cpp
index a46044f2301..787ae755a15 100644
--- a/TAO/tao/IIOP_Profile.cpp
+++ b/TAO/tao/IIOP_Profile.cpp
@@ -541,7 +541,7 @@ TAO_IIOP_Profile::is_equivalent (TAO_Profile *other_profile,
return ( (this->port_ == op->port_)
&& (this->object_key_ == op->object_key_)
&& (ACE_OS::strcmp (this->host_, op->host_) == 0)
- && (this->version () == op->version ()));
+ && (this->version_ == op->version_));
}
CORBA::ULong