summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing')
-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