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 | ab24602c21632ffb3f0748331819b2e099b188da (patch) | |
| tree | e74bfdae3be3c0220a9d8124d371802d84ea1eeb /qpid/cpp/src/tests | |
| parent | ceabd6c884c0f9f5315a13b6d7207895cd79ac6f (diff) | |
| download | qpid-python-ab24602c21632ffb3f0748331819b2e099b188da.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@650450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/QueueTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/QueueTest.cpp b/qpid/cpp/src/tests/QueueTest.cpp index 1d454d9f4a..aec59a58bc 100644 --- a/qpid/cpp/src/tests/QueueTest.cpp +++ b/qpid/cpp/src/tests/QueueTest.cpp @@ -49,6 +49,7 @@ public: return true; }; void notify() {} + OwnershipToken* getSession() { return 0; } }; class FailOnDeliver : public Deliverable |
