diff options
Diffstat (limited to 'cpp/src/qpid/framing/AMQBody.h')
| -rw-r--r-- | cpp/src/qpid/framing/AMQBody.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/framing/AMQBody.h b/cpp/src/qpid/framing/AMQBody.h index e9d77225fa..be06e43388 100644 --- a/cpp/src/qpid/framing/AMQBody.h +++ b/cpp/src/qpid/framing/AMQBody.h @@ -15,7 +15,7 @@ * limitations under the License. * */ -#include "memory.h" +#include <boost/shared_ptr.hpp> #include "qpid/framing/amqp_types.h" #include "qpid/framing/Buffer.h" @@ -28,7 +28,7 @@ namespace qpid { class AMQBody { public: - typedef std::tr1::shared_ptr<AMQBody> shared_ptr; + typedef boost::shared_ptr<AMQBody> shared_ptr; virtual ~AMQBody(); virtual u_int32_t size() const = 0; |
