summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_IO_Impl.cpp')
-rw-r--r--ace/Asynch_IO_Impl.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/ace/Asynch_IO_Impl.cpp b/ace/Asynch_IO_Impl.cpp
deleted file mode 100644
index 9baab6f5e04..00000000000
--- a/ace/Asynch_IO_Impl.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-// $Id$
-#define ACE_BUILD_DLL
-#include "ace/OS.h"
-#include "ace/Asynch_IO_Impl.h"
-
-#if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || (defined (ACE_HAS_AIO_CALLS))
-// This only works on Win32 platforms and on Unix platforms supporting
-// aio calls.
-
-#if !defined (__ACE_INLINE__)
-#include "ace/Asynch_IO_Impl.i"
-#endif /* __ACE_INLINE__ */
-
-#endif /* ACE_WIN32 || ACE_HAS_WINCE */