summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2010-02-08 21:33:54 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2010-02-08 21:33:54 +0000
commit9523fa332a8fd0f713c3c12c941b061316597d84 (patch)
tree8e0bced5acbb61ba6780f4ed29d310953226f28f /qpid/cpp/include
parentebb7a3b8337377a1717b43ca5c56187c00d4c382 (diff)
downloadqpid-python-9523fa332a8fd0f713c3c12c941b061316597d84.tar.gz
QPID-2396: add assignment operator to ObjectId class.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907808 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qmf/engine/ObjectId.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/include/qmf/engine/ObjectId.h b/qpid/cpp/include/qmf/engine/ObjectId.h
index 2055972c00..51eb2bc9e7 100644
--- a/qpid/cpp/include/qmf/engine/ObjectId.h
+++ b/qpid/cpp/include/qmf/engine/ObjectId.h
@@ -49,6 +49,7 @@ namespace engine {
bool operator>(const ObjectId& other) const;
bool operator<=(const ObjectId& other) const;
bool operator>=(const ObjectId& other) const;
+ ObjectId& operator=(const ObjectId &other);
private:
friend struct ObjectIdImpl;