summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/QueueRegistry.h
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2007-10-31 20:06:05 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2007-10-31 20:06:05 +0000
commitf483469c68be5845af34d740c77fbe1db999c10b (patch)
treedadb5fdda25c314f24cced18d99b865b24bc1ac5 /qpid/cpp/src/qpid/broker/QueueRegistry.h
parent588745a13154135b6f257ff27d8733073480226a (diff)
downloadqpid-python-f483469c68be5845af34d740c77fbe1db999c10b.tar.gz
Patch from Ted
QPID-668 This patch does two things: 1) Adds management objects for "broker" and "virtual host". 2) Moves all management-related source files from qpid/broker to qpid/broker/management. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@590806 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/broker/QueueRegistry.h')
-rw-r--r--qpid/cpp/src/qpid/broker/QueueRegistry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/QueueRegistry.h b/qpid/cpp/src/qpid/broker/QueueRegistry.h
index 03b4778f7a..8dc5539051 100644
--- a/qpid/cpp/src/qpid/broker/QueueRegistry.h
+++ b/qpid/cpp/src/qpid/broker/QueueRegistry.h
@@ -24,7 +24,7 @@
#include <map>
#include "qpid/sys/Mutex.h"
#include "Queue.h"
-#include "ManagementAgent.h"
+#include "management/ManagementAgent.h"
namespace qpid {
namespace broker {