diff options
Diffstat (limited to 'dep/acelite/ace/Asynch_IO.cpp')
-rw-r--r-- | dep/acelite/ace/Asynch_IO.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dep/acelite/ace/Asynch_IO.cpp b/dep/acelite/ace/Asynch_IO.cpp index 26bba31a3a9..1913ae10bc9 100644 --- a/dep/acelite/ace/Asynch_IO.cpp +++ b/dep/acelite/ace/Asynch_IO.cpp @@ -1,9 +1,7 @@ -// $Id: Asynch_IO.cpp 82559 2008-08-07 20:23:07Z parsons $ +// $Id: Asynch_IO.cpp 91286 2010-08-05 09:04:31Z johnnyw $ #include "ace/Asynch_IO.h" -ACE_RCSID(ace, Asynch_IO, "$Id: Asynch_IO.cpp 82559 2008-08-07 20:23:07Z parsons $") - #if defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS) // This only works on platforms with Asynchronous IO |