Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / Proactor_Impl.cpp
bloba1e2175bd7ade4781fdb95101e4f75261192ff58
1 #include "ace/Proactor_Impl.h"
3 #if defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS)
4 // This only works on standard Win32 platforms and on Unix platforms supporting
5 // aio calls.
7 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
9 ACE_Proactor_Impl::~ACE_Proactor_Impl ()
13 ACE_END_VERSIONED_NAMESPACE_DECL
15 #endif