summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/ConnectionHandler.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2012-10-19 17:15:46 +0000
committerGordon Sim <gsim@apache.org>2012-10-19 17:15:46 +0000
commit6dfe93d5e0f21127d8454d17c6b79a2ec0dc519d (patch)
treee23d1354c11338358eaf69114bfa8bf869586f09 /cpp/src/qpid/broker/ConnectionHandler.cpp
parent331e98a65095a8360057f2c41629a94c2ac93707 (diff)
downloadqpid-python-6dfe93d5e0f21127d8454d17c6b79a2ec0dc519d.tar.gz
QPID-4368: Allow pluggable protocol implementations
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1400177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/ConnectionHandler.cpp')
-rw-r--r--cpp/src/qpid/broker/ConnectionHandler.cpp2
1 files changed, 1 insertions, 1 deletions
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);