diff options
| author | Alan Conway <aconway@apache.org> | 2008-06-12 19:19:22 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-06-12 19:19:22 +0000 |
| commit | c3c98db893d6e127dc5e0037fb2c3548e8f90a5a (patch) | |
| tree | e3d43bfd62f9423c951df3bb3ea8dc2ba4aa2de3 /cpp/src/qpid/client/Demux.h | |
| parent | caecb76180dfe85da79064e9733a3ca79c55f141 (diff) | |
| download | qpid-python-c3c98db893d6e127dc5e0037fb2c3548e8f90a5a.tar.gz | |
Propagate error messages across the Demux between network & user threads.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@667205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/Demux.h')
| -rw-r--r-- | cpp/src/qpid/client/Demux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Demux.h b/cpp/src/qpid/client/Demux.h index 5c640f99d2..7304e799bb 100644 --- a/cpp/src/qpid/client/Demux.h +++ b/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); |
