summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Endpoint.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-10-16 20:58:14 +0000
committerMarc Laukien <marc@zeroc.com>2001-10-16 20:58:14 +0000
commit20a85dc803ab458887bab72f8e2a6da9df7ab4f3 (patch)
tree4ee4dea384381897b2e4bf55dbb2145769e21a3b /cpp/src/Ice/Endpoint.cpp
parent_hash, fixes to proxy equivalence/compare operations (diff)
downloadice-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.cpp4
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;
}