From 879ef8cf4fa5d0c935d52d0fcb1d7e81929cf2d5 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 16 Oct 2008 19:45:14 +0000 Subject: QPID-1366 - implementation of automatic anti-looping for federation git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705337 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/management/ManagementBroker.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/management') diff --git a/cpp/src/qpid/management/ManagementBroker.h b/cpp/src/qpid/management/ManagementBroker.h index 86aa31b8ed..3564d462df 100644 --- a/cpp/src/qpid/management/ManagementBroker.h +++ b/cpp/src/qpid/management/ManagementBroker.h @@ -67,6 +67,7 @@ public: bool dispatchCommand (qpid::broker::Deliverable& msg, const std::string& routingKey, const framing::FieldTable* args); + const framing::Uuid& getUuid() const { return uuid; } // Stubs for remote management agent calls void init (std::string, uint16_t, uint16_t, bool, std::string) { assert(0); } -- cgit v1.2.1