From 750f272ac99e8c830807affb3ae68ab0beeca63f Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 1 Feb 2007 13:27:03 +0000 Subject: Changed methodBody in Methodcontext to be a shared_ptr git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@502209 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/broker/Connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/lib/broker/Connection.cpp') diff --git a/cpp/lib/broker/Connection.cpp b/cpp/lib/broker/Connection.cpp index 5fcae39865..b45aa375e6 100644 --- a/cpp/lib/broker/Connection.cpp +++ b/cpp/lib/broker/Connection.cpp @@ -74,7 +74,7 @@ void Connection::initiated(qpid::framing::ProtocolInitiation* header) { string locales("en_US"); // TODO aconway 2007-01-16: Client call, move to adapter. client->getConnection().start( - MethodContext(0, 0, &getAdapter(0)), + MethodContext(0, &getAdapter(0)), header->getMajor(), header->getMinor(), properties, mechanisms, locales); getAdapter(0).init(0, *out, client->getProtocolVersion()); -- cgit v1.2.1