diff options
author | Ted Ross <tross@apache.org> | 2009-08-21 21:19:22 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2009-08-21 21:19:22 +0000 |
commit | 2ad1a5da3732b280d9b780313969bef4da05f113 (patch) | |
tree | 17c318c1d32a51117556196aa2a1b3407053088f /cpp/src/qmf/ObjectIdImpl.cpp | |
parent | 03f4fe803f86ea88f62b685622b110a9785cf8d0 (diff) | |
download | qpid-python-2ad1a5da3732b280d9b780313969bef4da05f113.tar.gz |
Implemented the new QMF ConnectionSettings and incorporated into the bindings.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@806725 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qmf/ObjectIdImpl.cpp')
-rw-r--r-- | cpp/src/qmf/ObjectIdImpl.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/qmf/ObjectIdImpl.cpp b/cpp/src/qmf/ObjectIdImpl.cpp index efa8e7119b..75661fdb47 100644 --- a/cpp/src/qmf/ObjectIdImpl.cpp +++ b/cpp/src/qmf/ObjectIdImpl.cpp @@ -166,11 +166,6 @@ bool ObjectId::operator==(const ObjectId& other) const return *impl == *other.impl; } -bool ObjectId::operator!=(const ObjectId& other) const -{ - return !(*impl == *other.impl); -} - bool ObjectId::operator<(const ObjectId& other) const { return *impl < *other.impl; |