From 19e767250f689cac7ab950f68e6421a4490f76f6 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 19 Dec 2006 17:55:16 +0000 Subject: * cpp/gen/Makefile.am: fixed generated code dependencies. * *Channel,SessionHandlerImpl,FramingTest: added FieldTable argument to consume() to conform to updated XML. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488745 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/client/ClientChannel.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cpp/lib/client/ClientChannel.h') diff --git a/cpp/lib/client/ClientChannel.h b/cpp/lib/client/ClientChannel.h index e617da05c0..27509a10d9 100644 --- a/cpp/lib/client/ClientChannel.h +++ b/cpp/lib/client/ClientChannel.h @@ -213,8 +213,11 @@ namespace client { * @param synch if true this call will block until a response * is received from the broker */ - void consume(Queue& queue, std::string& tag, MessageListener* listener, - int ackMode = NO_ACK, bool noLocal = false, bool synch = true); + void consume( + Queue& queue, std::string& tag, MessageListener* listener, + int ackMode = NO_ACK, bool noLocal = false, bool synch = true, + const qpid::framing::FieldTable* fields = 0); + /** * Cancels a subscription previously set up through a call to consume(). * -- cgit v1.2.1