summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-10-23 18:31:10 +0000
committerTed Ross <tross@apache.org>2009-10-23 18:31:10 +0000
commit0207a7cd0c71cec7f488c8c326ce05825073a57a (patch)
treebecf9af4173acb81f88de40a95e75ef720aa5d78 /qpid/cpp/include
parent1582837c2d1e25b21a169ec3a5ad4eee7e88e04b (diff)
downloadqpid-python-0207a7cd0c71cec7f488c8c326ce05825073a57a.tar.gz
Removed references to broker and agent bank from API, replaced with the
more generic (and forward compatible) "key". In the Ruby binding, ensured that ruby objects reference their own copies of the wrapped c++ objects to protect from problems when the c++ objects are deleted out from under the wrappers. Added agent discriminator to the console::objects method. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829167 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qmf/engine/Console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/include/qmf/engine/Console.h b/qpid/cpp/include/qmf/engine/Console.h
index ce72360da7..8463023468 100644
--- a/qpid/cpp/include/qmf/engine/Console.h
+++ b/qpid/cpp/include/qmf/engine/Console.h
@@ -134,6 +134,7 @@ namespace engine {
*/
class AgentProxy {
public:
+ AgentProxy(const AgentProxy& from);
~AgentProxy();
const char* getLabel() const;
uint32_t getBrokerBank() const;