From 68c4615c9f0c37d3debfdace0c2169103cf9287d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 28 Sep 2007 17:53:16 +0000 Subject: Ensure no danbling pointers in client API: - Session -shared_ptr-> SessionCore -shared_ptr-> ConnectionImpl - Connection -shared_ptr-> ConnectionImpl - ConnectionImpl -weak_ptr-> SessionCore git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@580440 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/Connection.h') diff --git a/cpp/src/qpid/client/Connection.h b/cpp/src/qpid/client/Connection.h index 4a9a68e8b3..2e5059f135 100644 --- a/cpp/src/qpid/client/Connection.h +++ b/cpp/src/qpid/client/Connection.h @@ -57,7 +57,7 @@ class Connection framing::ChannelId channelIdCounter; framing::ProtocolVersion version; const uint32_t max_frame_size; - ConnectionImpl::shared_ptr impl; + shared_ptr impl; bool isOpen; bool debug; -- cgit v1.2.1