diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-01-08 06:20:28 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-01-08 06:20:28 +0000 |
| commit | 08454f1f40110c92405042da1bc6928052f7fed7 (patch) | |
| tree | ffd1b98af902200ea199a2ecefd7d5f874bef4c5 /cpp/src/qpid/sys/windows | |
| parent | fad74cee5d3cc7f1efb48adafdf52f4242019e54 (diff) | |
| download | qpid-python-08454f1f40110c92405042da1bc6928052f7fed7.tar.gz | |
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
Diffstat (limited to 'cpp/src/qpid/sys/windows')
| -rw-r--r-- | cpp/src/qpid/sys/windows/AsynchIO.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
