From 08454f1f40110c92405042da1bc6928052f7fed7 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 8 Jan 2009 06:20:28 +0000 Subject: Tidied up a number of TODO items git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732620 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/windows/AsynchIO.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/qpid/sys/windows/AsynchIO.cpp') diff --git a/cpp/src/qpid/sys/windows/AsynchIO.cpp b/cpp/src/qpid/sys/windows/AsynchIO.cpp index 356d5ba927..409480dbdc 100644 --- a/cpp/src/qpid/sys/windows/AsynchIO.cpp +++ b/cpp/src/qpid/sys/windows/AsynchIO.cpp @@ -24,6 +24,7 @@ #include "qpid/sys/AsynchIO.h" #include "qpid/sys/Mutex.h" #include "qpid/sys/Socket.h" +#include "qpid/sys/Poller.h" #include "qpid/sys/Thread.h" #include "qpid/sys/Time.h" #include "qpid/log/Statement.h" @@ -90,6 +91,7 @@ namespace sys { /* * Asynch Acceptor * + * TODO FIX this comment - is it still true? * This implementation uses knowledge that the DispatchHandle handle member * is derived from PollerHandle, which has a reference to the Socket. * No dispatching features of DispatchHandle are used - we just use the -- cgit v1.2.1