1 // **********************************************************************
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
8 // **********************************************************************
10 #ifndef ICE_LOCAL_OBJECT_H
11 #define ICE_LOCAL_OBJECT_H
13 #include <IceUtil/Shared.h>
14 #include <Ice/LocalObjectF.h>
26 class ICE_API LocalObject
: virtual public ::IceUtil::Shared
30 virtual bool operator==(const LocalObject
&) const;
31 virtual bool operator<(const LocalObject
&) const;
32 virtual ::Ice::Int
ice_getHash() const;
34 ICE_DEPRECATED_API ::Ice::Int
ice_hash() const