diff options
author | Gordon Sim <gsim@apache.org> | 2008-04-22 12:05:52 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-04-22 12:05:52 +0000 |
commit | 61959e29ee69f9cebb61b845272eededaec6f11e (patch) | |
tree | 2900fad5b05b665219197e2cbd6c7254b476d09e /cpp/src/tests/QueueTest.cpp | |
parent | 2b8e82875776feb8393c7791975acc9cf9fdb5e1 (diff) | |
download | qpid-python-61959e29ee69f9cebb61b845272eededaec6f11e.tar.gz |
QPID-944: do no-local checking where requested when there is an exclusive subscription active
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@650450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/QueueTest.cpp')
-rw-r--r-- | cpp/src/tests/QueueTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/QueueTest.cpp b/cpp/src/tests/QueueTest.cpp index 1d454d9f4a..aec59a58bc 100644 --- a/cpp/src/tests/QueueTest.cpp +++ b/cpp/src/tests/QueueTest.cpp @@ -49,6 +49,7 @@ public: return true; }; void notify() {} + OwnershipToken* getSession() { return 0; } }; class FailOnDeliver : public Deliverable |