summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/Message.h')
-rw-r--r--cpp/src/qpid/broker/Message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/Message.h b/cpp/src/qpid/broker/Message.h
index c4e52db333..b6f41e817a 100644
--- a/cpp/src/qpid/broker/Message.h
+++ b/cpp/src/qpid/broker/Message.h
@@ -18,7 +18,7 @@
#ifndef _Message_
#define _Message_
-#include "memory.h"
+#include <boost/shared_ptr.hpp>
#include "qpid/framing/AMQContentBody.h"
#include "qpid/framing/AMQHeaderBody.h"
#include "qpid/framing/BasicHeaderProperties.h"
@@ -53,7 +53,7 @@ namespace qpid {
int channel, u_int32_t framesize);
public:
- typedef std::tr1::shared_ptr<Message> shared_ptr;
+ typedef boost::shared_ptr<Message> shared_ptr;
Message(const ConnectionToken* const publisher,
const string& exchange, const string& routingKey,