From beef0c686777b44c2cc7a90cd2f0b9d73bb39570 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Tue, 20 Nov 2012 17:46:05 +0000 Subject: QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward compatible. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1411761 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/Connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/broker/Connection.cpp') diff --git a/cpp/src/qpid/broker/Connection.cpp b/cpp/src/qpid/broker/Connection.cpp index 3cb30a82e3..238bb71fb5 100644 --- a/cpp/src/qpid/broker/Connection.cpp +++ b/cpp/src/qpid/broker/Connection.cpp @@ -402,7 +402,7 @@ SessionHandler& Connection::getChannel(ChannelId id) { return *ptr_map_ptr(i); } -ManagementObject::shared_ptr Connection::GetManagementObject(void) const +ManagementObject::shared_ptr Connection::GetManagementObjectShared(void) const { return mgmtObject; } -- cgit v1.2.1