From ee4d5ffba8167348ea2751202c6065e8de0fc92c Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 31 Jan 2007 20:17:14 +0000 Subject: Trivial FIXMEs. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501973 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/client/Connection.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/lib/client/Connection.cpp') diff --git a/cpp/lib/client/Connection.cpp b/cpp/lib/client/Connection.cpp index 0b2859387f..0fafd29b90 100644 --- a/cpp/lib/client/Connection.cpp +++ b/cpp/lib/client/Connection.cpp @@ -113,6 +113,7 @@ void Connection::erase(ChannelId id) { } void Connection::received(AMQFrame* frame){ + // FIXME aconway 2007-01-25: Mutex ChannelId id = frame->getChannel(); Channel* channel = channels[id]; // FIXME aconway 2007-01-26: Exception thrown here is hanging the -- cgit v1.2.1