summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/SessionManager.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-01-29 14:48:59 +0000
committerAlan Conway <aconway@apache.org>2008-01-29 14:48:59 +0000
commit6b6dfc1709eace6db0c624676ad297e34fef4aa7 (patch)
treefb397c690916219439994edb19072ab5f6254a27 /cpp/src/qpid/cluster/SessionManager.h
parentff63c19a83d95fa8f0116424d609e61df9085500 (diff)
downloadqpid-python-6b6dfc1709eace6db0c624676ad297e34fef4aa7.tar.gz
Deleted unused classes, adjusted files that still mention them.
D src/qpid/framing/ChannelAdapter.cpp D src/qpid/framing/ChannelAdapter.h D src/qpid/framing/HandlerUpdater.h D src/tests/BrokerChannelTest.cpp D src/tests/MockChannel.h git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@616353 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/SessionManager.h')
-rw-r--r--cpp/src/qpid/cluster/SessionManager.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/cpp/src/qpid/cluster/SessionManager.h b/cpp/src/qpid/cluster/SessionManager.h
index 10fe5f82d1..c0e0cb5736 100644
--- a/cpp/src/qpid/cluster/SessionManager.h
+++ b/cpp/src/qpid/cluster/SessionManager.h
@@ -21,7 +21,7 @@
#include "ClassifierHandler.h"
-#include "qpid/framing/HandlerUpdater.h"
+//FIXME aconway 2008-01-29: #include "qpid/framing/HandlerUpdater.h"
#include "qpid/framing/FrameHandler.h"
#include "qpid/sys/Mutex.h"
@@ -45,10 +45,9 @@ namespace cluster {
/**
* Manage the clusters session map.
- *
+ * // FIXME aconway 2008-01-29: HandlerUpdater
*/
-class SessionManager : public framing::HandlerUpdater, public framing::FrameHandler,
- private boost::noncopyable
+class SessionManager : public framing::FrameHandler, private boost::noncopyable
{
public:
SessionManager(broker::Broker& broker, framing::FrameHandler& cluster);