summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-09 02:36:43 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-09 02:36:43 +0000
commit07da96698f552090621960295ce15666b4af557e (patch)
tree5080e5e06e8b28fdc708a39c7aad25f9e0bdc739 /cpp/src/Ice/Proxy.cpp
parentfix (diff)
downloadice-07da96698f552090621960295ce15666b4af557e.tar.bz2
ice-07da96698f552090621960295ce15666b4af557e.tar.xz
ice-07da96698f552090621960295ce15666b4af557e.zip
more tests, fixes to operator< and operator==
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r--cpp/src/Ice/Proxy.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index 0ad0ce7a209..3f257907966 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -147,12 +147,6 @@ IceProxy::Ice::Object::operator==(const Object& r) const
}
bool
-IceProxy::Ice::Object::operator!=(const Object& r) const
-{
- return _reference->identity != r._reference->identity;
-}
-
-bool
IceProxy::Ice::Object::operator<(const Object& r) const
{
return _reference->identity < r._reference->identity;