From 9523fa332a8fd0f713c3c12c941b061316597d84 Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Mon, 8 Feb 2010 21:33:54 +0000 Subject: 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 --- qpid/cpp/include/qmf/engine/ObjectId.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/cpp/include/qmf/engine') 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; -- cgit v1.2.1