From 37a6dd4b29adb9262080bb987c8da751d8e94f55 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 1 Apr 2008 17:37:34 +0000 Subject: Further correction to transitional xml def for final 0-10 (using old schema) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@643482 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/ConnectionHandler.cpp | 2 +- cpp/xml/extra.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp') diff --git a/cpp/src/qpid/broker/ConnectionHandler.cpp b/cpp/src/qpid/broker/ConnectionHandler.cpp index b763969948..315e03fb2b 100644 --- a/cpp/src/qpid/broker/ConnectionHandler.cpp +++ b/cpp/src/qpid/broker/ConnectionHandler.cpp @@ -111,7 +111,7 @@ void ConnectionHandler::Handler::tuneOk(uint16_t /*channelmax*/, void ConnectionHandler::Handler::open(const string& /*virtualHost*/, const framing::Array& /*capabilities*/, bool /*insist*/) { - string knownhosts; + framing::Array knownhosts; client.openOk(knownhosts); } diff --git a/cpp/xml/extra.xml b/cpp/xml/extra.xml index 3904c0f534..3e2f84e7bd 100644 --- a/cpp/xml/extra.xml +++ b/cpp/xml/extra.xml @@ -328,7 +328,7 @@ - + -- cgit v1.2.1