diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2007-10-31 20:06:05 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2007-10-31 20:06:05 +0000 |
| commit | d4d4a9f2ba6b9c457eba9c5ae0b5939d72bd2743 (patch) | |
| tree | 7227ba7db88228237defe3f8486847aeb683923c /cpp/src/qpid/broker/QueueRegistry.cpp | |
| parent | 7990138bb3eb014c85bfb806c91e23def530ef37 (diff) | |
| download | qpid-python-d4d4a9f2ba6b9c457eba9c5ae0b5939d72bd2743.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/qpid@590806 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/QueueRegistry.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/QueueRegistry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/QueueRegistry.cpp b/cpp/src/qpid/broker/QueueRegistry.cpp index bc572e4238..31eab33fe2 100644 --- a/cpp/src/qpid/broker/QueueRegistry.cpp +++ b/cpp/src/qpid/broker/QueueRegistry.cpp @@ -19,8 +19,8 @@ * */ #include "QueueRegistry.h" -#include "ManagementAgent.h" -#include "ManagementObjectQueue.h" +#include "management/ManagementAgent.h" +#include "management/ManagementObjectQueue.h" #include "qpid/log/Statement.h" #include <sstream> #include <assert.h> |
