diff options
| author | Alan Conway <aconway@apache.org> | 2008-09-12 21:25:16 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-09-12 21:25:16 +0000 |
| commit | f4d41ffa199e149b72f717038a7bc088974fa27a (patch) | |
| tree | 029c5663bc05e872979630a1d9009366b1d79736 /cpp/src/qpid/sys/PollableQueue.h | |
| parent | 1a859715334e23559bd3d68181aec1ca6a778e5e (diff) | |
| download | qpid-python-f4d41ffa199e149b72f717038a7bc088974fa27a.tar.gz | |
Moved PollableCondition into sys/posix, posix only impl.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@694812 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/PollableQueue.h')
| -rw-r--r-- | cpp/src/qpid/sys/PollableQueue.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/src/qpid/sys/PollableQueue.h b/cpp/src/qpid/sys/PollableQueue.h index 153ae31135..ca97c0d8c9 100644 --- a/cpp/src/qpid/sys/PollableQueue.h +++ b/cpp/src/qpid/sys/PollableQueue.h @@ -31,13 +31,9 @@ #include <deque> namespace qpid { - -namespace sys { class Poller; } - namespace sys { -// FIXME aconway 2008-08-11: this could be of more general interest, -// move to common lib. +class Poller; /** * A queue that can be polled by sys::Poller. Any thread can push to |
