summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r--cpp/src/Ice/Proxy.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index 4cf5900ab9d..e00d385ecc4 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -88,6 +88,12 @@ IceProxy::Ice::Object::operator==(const Object& r) const
}
bool
+IceProxy::Ice::Object::operator!=(const Object& r) const
+{
+ return _reference != r._reference;
+}
+
+bool
IceProxy::Ice::Object::operator<(const Object& r) const
{
return _reference < r._reference;