diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-16 20:58:14 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-16 20:58:14 +0000 |
commit | 20a85dc803ab458887bab72f8e2a6da9df7ab4f3 (patch) | |
tree | 4ee4dea384381897b2e4bf55dbb2145769e21a3b /cpp/src/Ice/Endpoint.cpp | |
parent | _hash, fixes to proxy equivalence/compare operations (diff) | |
download | ice-20a85dc803ab458887bab72f8e2a6da9df7ab4f3.tar.bz2 ice-20a85dc803ab458887bab72f8e2a6da9df7ab4f3.tar.xz ice-20a85dc803ab458887bab72f8e2a6da9df7ab4f3.zip |
facet stuff
Diffstat (limited to 'cpp/src/Ice/Endpoint.cpp')
-rw-r--r-- | cpp/src/Ice/Endpoint.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Endpoint.cpp b/cpp/src/Ice/Endpoint.cpp index b3611f2bd23..9059ebb68c9 100644 --- a/cpp/src/Ice/Endpoint.cpp +++ b/cpp/src/Ice/Endpoint.cpp @@ -482,7 +482,7 @@ IceInternal::TcpEndpoint::operator==(const Endpoint& r) const return false; } - if(_timeout != p->_timeout) + if (_timeout != p->_timeout) { return false; } @@ -794,7 +794,7 @@ IceInternal::SslEndpoint::operator==(const Endpoint& r) const return false; } - if(_timeout != p->_timeout) + if (_timeout != p->_timeout) { return false; } |