diff options
| author | Ted Ross <tross@apache.org> | 2008-10-16 19:45:14 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-10-16 19:45:14 +0000 |
| commit | 879ef8cf4fa5d0c935d52d0fcb1d7e81929cf2d5 (patch) | |
| tree | 10dfe6ac67860a559e9b66680ec4a2c8715691c5 /cpp/src/qpid/management | |
| parent | 92b8daec32ca76cbfdd02558e45d41ff7373f6ef (diff) | |
| download | qpid-python-879ef8cf4fa5d0c935d52d0fcb1d7e81929cf2d5.tar.gz | |
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
Diffstat (limited to 'cpp/src/qpid/management')
| -rw-r--r-- | cpp/src/qpid/management/ManagementBroker.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
