From 08ee49c5cbabfaa6906e5bae39ab3677dc207fc4 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 15 Jul 2008 14:59:37 +0000 Subject: Switched from shared_ptr to intrusive_ptr and RefCounted for Broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@676932 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/BrokerFixture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/BrokerFixture.h') diff --git a/cpp/src/tests/BrokerFixture.h b/cpp/src/tests/BrokerFixture.h index b28dfe9c0c..09cca066ef 100644 --- a/cpp/src/tests/BrokerFixture.h +++ b/cpp/src/tests/BrokerFixture.h @@ -36,7 +36,7 @@ */ struct BrokerFixture : private boost::noncopyable { typedef qpid::broker::Broker Broker; - typedef boost::shared_ptr BrokerPtr; + typedef boost::intrusive_ptr BrokerPtr; BrokerPtr broker; qpid::sys::Thread brokerThread; -- cgit v1.2.1