summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Connection.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-05-02 15:35:51 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-05-02 15:35:51 +0000
commit6f1f186e90f16fc544ca2ab21a2b72c38a63e1d8 (patch)
tree20101e3af74ad325e07ebfab56b0b013760f496e /cppe/src/IceE/Connection.cpp
parentFixed potential NPE (diff)
downloadice-6f1f186e90f16fc544ca2ab21a2b72c38a63e1d8.tar.bz2
ice-6f1f186e90f16fc544ca2ab21a2b72c38a63e1d8.tar.xz
ice-6f1f186e90f16fc544ca2ab21a2b72c38a63e1d8.zip
Added comparison operator for Communicator
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-xcppe/src/IceE/Connection.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp
index db69e10e014..4814c531370 100755
--- a/cppe/src/IceE/Connection.cpp
+++ b/cppe/src/IceE/Connection.cpp
@@ -34,18 +34,6 @@ using namespace IceInternal;
IceUtil::Shared* IceInternal::upCast(Connection* p) { return p; }
-bool
-Ice::operator==(const Connection& l, const Connection& r)
-{
- return &l == &r;
-}
-
-bool
-Ice::operator<(const Connection& l, const Connection& r)
-{
- return &l < &r;
-}
-
void
Ice::Connection::waitForValidation()
{