diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-22 21:23:48 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-22 21:23:48 +0000 |
commit | a5074c07a75bc7b6debd20fbc886103831d489dd (patch) | |
tree | 2eb80e71dcc528a86d481880b6d42702fb3cbeb4 /cpp/src/Ice/Reference.h | |
parent | fixes (diff) | |
download | ice-a5074c07a75bc7b6debd20fbc886103831d489dd.tar.bz2 ice-a5074c07a75bc7b6debd20fbc886103831d489dd.tar.xz ice-a5074c07a75bc7b6debd20fbc886103831d489dd.zip |
more objects demo stuff
Diffstat (limited to 'cpp/src/Ice/Reference.h')
-rw-r--r-- | cpp/src/Ice/Reference.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Ice/Reference.h b/cpp/src/Ice/Reference.h index f6f1cc1a3e0..f60ae3171b5 100644 --- a/cpp/src/Ice/Reference.h +++ b/cpp/src/Ice/Reference.h @@ -40,6 +40,9 @@ public: Reference(const InstancePtr&, const std::string&); Reference(const std::string&, BasicStream*); + bool operator==(const Reference&) const; + bool operator<(const Reference&) const; + // // Marshal the reference // @@ -73,9 +76,6 @@ public: ReferencePtr changeSecure(bool) const; ReferencePtr changeEndpoints(const std::vector<EndpointPtr>&) const; - bool operator==(const Reference&) const; - bool operator<(const Reference&) const; - private: void calcHashValue(); |