From 01647c7581b2a9549555c2c2f306c8b072b571a2 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 1 Oct 2007 10:24:25 +0000 Subject: Make ExecutionHandler threadsafe for calls that can be made by application threads. Added generic listener for completion changes. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@580915 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Execution.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/client/Execution.h') diff --git a/cpp/src/qpid/client/Execution.h b/cpp/src/qpid/client/Execution.h index 9caac45790..66a720a699 100644 --- a/cpp/src/qpid/client/Execution.h +++ b/cpp/src/qpid/client/Execution.h @@ -37,6 +37,7 @@ public: virtual Demux& getDemux() = 0; virtual bool isComplete(const framing::SequenceNumber& id) = 0; virtual bool isCompleteUpTo(const framing::SequenceNumber& id) = 0; + virtual void setCompletionListener(boost::function) = 0; }; }} -- cgit v1.2.1