From 64120be7af8d2ded76cd3a3401fc69cadb96351e Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 29 Nov 2011 01:21:48 -0800 Subject: The TaskManager no longer waits on the pop(); instead it waits in the libev loop; also the Queue<> template changed for a naive but std-less implementation. --- src/Socket.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Socket.cc') diff --git a/src/Socket.cc b/src/Socket.cc index 3ca5494..af397a6 100644 --- a/src/Socket.cc +++ b/src/Socket.cc @@ -183,7 +183,7 @@ class ResolverThread : public Balau::Thread, public Balau::AtStart, public Balau virtual void * proc(); virtual void doStart(); virtual void doExit(); - Balau::Queue m_queue; + Balau::Queue m_queue; }; void ResolverThread::doStart() { -- cgit v1.2.3