summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/Demux.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-06-12 19:19:22 +0000
committerAlan Conway <aconway@apache.org>2008-06-12 19:19:22 +0000
commitec2a87c8b4d5873c3ea4e88e7c02e1b6200400ea (patch)
tree3e42a6023fb2d1c39015ba94671356cf8e048839 /qpid/cpp/src/qpid/client/Demux.h
parent6033ce10f91f794dee0cc718dbb600e0b02cea80 (diff)
downloadqpid-python-ec2a87c8b4d5873c3ea4e88e7c02e1b6200400ea.tar.gz
Propagate error messages across the Demux between network & user threads.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@667205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/client/Demux.h')
-rw-r--r--qpid/cpp/src/qpid/client/Demux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/client/Demux.h b/qpid/cpp/src/qpid/client/Demux.h
index 5c640f99d2..7304e799bb 100644
--- a/qpid/cpp/src/qpid/client/Demux.h
+++ b/qpid/cpp/src/qpid/client/Demux.h
@@ -53,7 +53,7 @@ public:
~Demux();
void handle(framing::FrameSet::shared_ptr);
- void close();
+ void close(const sys::ExceptionHolder& ex);
void open();
QueuePtr add(const std::string& name, Condition);