summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/System.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/System.h')
-rw-r--r--cpp/src/qpid/broker/System.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/System.h b/cpp/src/qpid/broker/System.h
index ef7c6ba73b..42a816e095 100644
--- a/cpp/src/qpid/broker/System.h
+++ b/cpp/src/qpid/broker/System.h
@@ -21,7 +21,7 @@
//
#include "qpid/management/Manageable.h"
-#include "qpid/management/System.h"
+#include "qmf/org/apache/qpid/broker/System.h"
#include <boost/shared_ptr.hpp>
#include <string>
@@ -32,7 +32,7 @@ class System : public management::Manageable
{
private:
- management::System* mgmtObject;
+ qmf::org::apache::qpid::broker::System* mgmtObject;
public: