diff options
Diffstat (limited to 'cpp/include/Ice/LocalObject.h')
-rw-r--r-- | cpp/include/Ice/LocalObject.h | 6 |
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; }; } |