summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-05-28 14:10:57 +0000
committerGordon Sim <gsim@apache.org>2010-05-28 14:10:57 +0000
commit3453f90ba58b5036cb48210ed38883261bec1304 (patch)
tree9e8ec0cf0d2a3ed12b9ae51e7cb4b4c7faefedbd /qpid/cpp/src
parent06a7140bb80448d4e8884f2644663862cb03c92f (diff)
downloadqpid-python-3453f90ba58b5036cb48210ed38883261bec1304.tar.gz
Fix compilation error on windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/client/ConnectionHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/client/ConnectionHandler.cpp b/qpid/cpp/src/qpid/client/ConnectionHandler.cpp
index 6aea4c4acf..ba15e635cf 100644
--- a/qpid/cpp/src/qpid/client/ConnectionHandler.cpp
+++ b/qpid/cpp/src/qpid/client/ConnectionHandler.cpp
@@ -72,7 +72,7 @@ CloseCode ConnectionHandler::convert(uint16_t replyCode)
}
ConnectionHandler::Adapter::Adapter(ConnectionHandler& h, Bounds& b) : handler(h), bounds(b) {}
-void ConnectionHandler::Adapter::handle(framing::AMQFrame& f)
+void ConnectionHandler::Adapter::handle(qpid::framing::AMQFrame& f)
{
bounds.expand(f.encodedSize(), false);
handler.out(f);