summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/HandlerUpdater.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-07-27 22:08:51 +0000
committerAlan Conway <aconway@apache.org>2007-07-27 22:08:51 +0000
commit956a72f00b64928a601ea2891789a53271fc7571 (patch)
treec4469485822787d4742b06d35e23df007f399ed9 /cpp/src/qpid/framing/HandlerUpdater.h
parentac669123004b6e78468cc4fcea3ffb4b9d7b7bd3 (diff)
downloadqpid-python-956a72f00b64928a601ea2891789a53271fc7571.tar.gz
* src/tests/ais_check, cluster.mk: Run AIS tests only if:
- CLUSTER makefile conditional set by configure. - Effective gid == ais - aisexec is running Otherwise print a warning. * src/tests/EventChannelConnectionTest.cpp * src/qpid/cluster/doxygen_overview.h Removed unused files. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@560404 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/framing/HandlerUpdater.h')
-rw-r--r--cpp/src/qpid/framing/HandlerUpdater.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/framing/HandlerUpdater.h b/cpp/src/qpid/framing/HandlerUpdater.h
index b9497e4f12..fb71c04fd6 100644
--- a/cpp/src/qpid/framing/HandlerUpdater.h
+++ b/cpp/src/qpid/framing/HandlerUpdater.h
@@ -31,10 +31,10 @@ struct HandlerUpdater {
virtual ~HandlerUpdater() {}
/** Update the handler chains.
- *@param id Unique identifier for channel or session.
+ *@param channel Id of associated channel.
*@param chains Handler chains to be updated.
*/
- virtual void update(FrameHandler::Chains& chains) = 0;
+ virtual void update(ChannelId channel, FrameHandler::Chains& chains) = 0;
};
}} // namespace qpid::framing