diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-09 02:36:43 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-09 02:36:43 +0000 |
commit | 07da96698f552090621960295ce15666b4af557e (patch) | |
tree | 5080e5e06e8b28fdc708a39c7aad25f9e0bdc739 /cpp/src/Ice/Reference.h | |
parent | fix (diff) | |
download | ice-07da96698f552090621960295ce15666b4af557e.tar.bz2 ice-07da96698f552090621960295ce15666b4af557e.tar.xz ice-07da96698f552090621960295ce15666b4af557e.zip |
more tests, fixes to operator< and operator==
Diffstat (limited to 'cpp/src/Ice/Reference.h')
-rw-r--r-- | cpp/src/Ice/Reference.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.h b/cpp/src/Ice/Reference.h index 4433810c596..76c9a375546 100644 --- a/cpp/src/Ice/Reference.h +++ b/cpp/src/Ice/Reference.h @@ -70,7 +70,6 @@ public: ReferencePtr changeEndpoints(const std::vector<EndpointPtr>&) const; bool operator==(const Reference&) const; - bool operator!=(const Reference&) const; bool operator<(const Reference&) const; }; |