diff options
author | Alan Conway <aconway@apache.org> | 2007-01-31 20:17:14 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-01-31 20:17:14 +0000 |
commit | ee4d5ffba8167348ea2751202c6065e8de0fc92c (patch) | |
tree | 2f29c85f1eccdfcd3115bc5705c13b47d8956105 /cpp/lib/client/Connection.cpp | |
parent | 9cdf50e9bbf4aae222600245691f9b1d3acb3147 (diff) | |
download | qpid-python-ee4d5ffba8167348ea2751202c6065e8de0fc92c.tar.gz |
Trivial FIXMEs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501973 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/client/Connection.cpp')
-rw-r--r-- | cpp/lib/client/Connection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |