summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/Broker.h')
-rw-r--r--cpp/src/qpid/broker/Broker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/Broker.h b/cpp/src/qpid/broker/Broker.h
index 40b171e838..8581093910 100644
--- a/cpp/src/qpid/broker/Broker.h
+++ b/cpp/src/qpid/broker/Broker.h
@@ -24,7 +24,7 @@
#include "qpid/concurrent/Runnable.h"
#include "qpid/broker/SessionHandlerFactoryImpl.h"
#include <boost/noncopyable.hpp>
-#include <tr1/memory>
+#include <boost/shared_ptr.hpp>
namespace qpid {
namespace broker {
@@ -42,7 +42,7 @@ namespace qpid {
static const int16_t DEFAULT_PORT;
virtual ~Broker();
- typedef std::tr1::shared_ptr<Broker> shared_ptr;
+ typedef boost::shared_ptr<Broker> shared_ptr;
/**
* Create a broker.