summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-11-07 16:06:31 +0000
committerAlan Conway <aconway@apache.org>2007-11-07 16:06:31 +0000
commitd19657d82321b2b5e2cac386c49aa99f82b976fb (patch)
treeeceb3790181d8b058e207a0847c35024856325b0 /cpp/src/tests
parent5bec8a4a978290a8dd710870a04bd09e9f493c26 (diff)
downloadqpid-python-d19657d82321b2b5e2cac386c49aa99f82b976fb.tar.gz
Added LocalQueue subscriptions. LocalQueue::pop() provides a "pull"
alternative to the MessageListener::received() "push" API. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@592803 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r--cpp/src/tests/InProcessBroker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/InProcessBroker.h b/cpp/src/tests/InProcessBroker.h
index 3f6ff0936e..c893e6906a 100644
--- a/cpp/src/tests/InProcessBroker.h
+++ b/cpp/src/tests/InProcessBroker.h
@@ -83,7 +83,7 @@ class InProcessConnector :
QPID_LOG(debug, QPID_MSG(receiver << " DROP: " << f));
}
}
- catch (const sys::QueueClosed&) {
+ catch (const ClosedException&) {
return;
}
}