From 6dfe93d5e0f21127d8454d17c6b79a2ec0dc519d Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 19 Oct 2012 17:15:46 +0000 Subject: QPID-4368: Allow pluggable protocol implementations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1400177 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/ConnectionHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/broker/ConnectionHandler.cpp') diff --git a/cpp/src/qpid/broker/ConnectionHandler.cpp b/cpp/src/qpid/broker/ConnectionHandler.cpp index d1dd1fae6c..a3c278e2e9 100644 --- a/cpp/src/qpid/broker/ConnectionHandler.cpp +++ b/cpp/src/qpid/broker/ConnectionHandler.cpp @@ -158,7 +158,7 @@ void ConnectionHandler::Handler::startOk(const ConnectionStartOkBody& body) uint32_t ppid = clientProperties.getAsInt(CLIENT_PPID); types::Variant::Map properties; - amqp_0_10::translate(clientProperties, properties); + qpid::amqp_0_10::translate(clientProperties, properties); mgmtObject->set_remoteProperties(properties); if (!procName.empty()) mgmtObject->set_remoteProcessName(procName); -- cgit v1.2.1