summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/LocalObject.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-12-13 01:26:44 +0000
committerMarc Laukien <marc@zeroc.com>2001-12-13 01:26:44 +0000
commitd4a6568afbb9e923c23fcfd173bceb09a1dec158 (patch)
treee33516c3c57906bd47fcc409a98f58b49c3b5066 /cpp/include/Ice/LocalObject.h
parentbug fixes (diff)
downloadice-d4a6568afbb9e923c23fcfd173bceb09a1dec158.tar.bz2
ice-d4a6568afbb9e923c23fcfd173bceb09a1dec158.tar.xz
ice-d4a6568afbb9e923c23fcfd173bceb09a1dec158.zip
comparison operators; started with Connection
Diffstat (limited to 'cpp/include/Ice/LocalObject.h')
-rw-r--r--cpp/include/Ice/LocalObject.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/include/Ice/LocalObject.h b/cpp/include/Ice/LocalObject.h
index 8184cd32f89..74703529bb0 100644
--- a/cpp/include/Ice/LocalObject.h
+++ b/cpp/include/Ice/LocalObject.h
@@ -26,6 +26,12 @@ namespace Ice
class ICE_API LocalObject : public ::IceUtil::Shared
{
+public:
+
+ bool operator==(const LocalObject&) const;
+ bool operator!=(const LocalObject&) const;
+ bool operator<(const LocalObject&) const;
+ ::Ice::Int ice_hash() const;
};
}