diff options
author | Alan Conway <aconway@apache.org> | 2006-10-19 00:42:50 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-10-19 00:42:50 +0000 |
commit | 025451b1e26c48ca58c388921827929d11c9459c (patch) | |
tree | c17089878b1a40d6b310e8bc964e9130d4fdc8cc /cpp/src/qpid/broker/SessionHandlerImpl.cpp | |
parent | 0bb663e29bc993e94171be1427c5686702bde091 (diff) | |
download | qpid-python-025451b1e26c48ca58c388921827929d11c9459c.tar.gz |
Fixed various minor TODO issues.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@465432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionHandlerImpl.cpp')
-rw-r--r-- | cpp/src/qpid/broker/SessionHandlerImpl.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/cpp/src/qpid/broker/SessionHandlerImpl.cpp b/cpp/src/qpid/broker/SessionHandlerImpl.cpp index 157fca5acb..0713b84164 100644 --- a/cpp/src/qpid/broker/SessionHandlerImpl.cpp +++ b/cpp/src/qpid/broker/SessionHandlerImpl.cpp @@ -48,14 +48,7 @@ SessionHandlerImpl::SessionHandlerImpl(SessionContext* _context, framemax(65536), heartbeat(0) {} -SessionHandlerImpl::~SessionHandlerImpl(){ - // TODO aconway 2006-09-07: Should be auto_ptr or plain members. - delete channelHandler; - delete connectionHandler; - delete basicHandler; - delete exchangeHandler; - delete queueHandler; -} +SessionHandlerImpl::~SessionHandlerImpl(){} Channel* SessionHandlerImpl::getChannel(u_int16_t channel){ channel_iterator i = channels.find(channel); |