summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/ManagementObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/broker/ManagementObject.h')
-rw-r--r--qpid/cpp/src/qpid/broker/ManagementObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/broker/ManagementObject.h b/qpid/cpp/src/qpid/broker/ManagementObject.h
index 243d853727..237f2f3d79 100644
--- a/qpid/cpp/src/qpid/broker/ManagementObject.h
+++ b/qpid/cpp/src/qpid/broker/ManagementObject.h
@@ -25,7 +25,7 @@
#include "qpid/sys/Time.h"
#include <qpid/framing/Buffer.h>
#include <boost/shared_ptr.hpp>
-#include <list>
+#include <vector>
namespace qpid {
namespace broker {
@@ -108,7 +108,7 @@ class ManagementObject
};
- typedef std::list<ManagementObject::shared_ptr> ManagementObjectList;
+ typedef std::vector<ManagementObject::shared_ptr> ManagementObjectVector;
}}