From f4d41ffa199e149b72f717038a7bc088974fa27a Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 12 Sep 2008 21:25:16 +0000 Subject: 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 --- cpp/src/qpid/sys/PollableQueue.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpp/src/qpid/sys/PollableQueue.h') 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 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 -- cgit v1.2.1