summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/PollableQueue.h
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-03-30 21:48:50 +0000
committerTed Ross <tross@apache.org>2010-03-30 21:48:50 +0000
commit8554740df378860da8e2124ea481e464208c4377 (patch)
treefa274e8eea9e37abb511933a613721d1f53036e3 /qpid/cpp/src/qpid/cluster/PollableQueue.h
parent153da67fa601a2f20da496b1982469f67ba7ea0a (diff)
downloadqpid-python-8554740df378860da8e2124ea481e464208c4377.tar.gz
Merged Alan's cluster changes from trunk.qmf-devel0.7a
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmf-devel0.7a@929314 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/cluster/PollableQueue.h')
-rw-r--r--qpid/cpp/src/qpid/cluster/PollableQueue.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/qpid/cpp/src/qpid/cluster/PollableQueue.h b/qpid/cpp/src/qpid/cluster/PollableQueue.h
index 59d0bcd36a..10e2ed6ac3 100644
--- a/qpid/cpp/src/qpid/cluster/PollableQueue.h
+++ b/qpid/cpp/src/qpid/cluster/PollableQueue.h
@@ -74,10 +74,7 @@ template <class T> class PollableQueue : public sys::PollableQueue<T> {
else sys::PollableQueue<T>::push(t);
}
- void start() {
- bypass = false;
- sys::PollableQueue<T>::start();
- }
+ void bypassOff() { bypass = false; }
private:
Callback callback;