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
7 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
9 ACE_Proactor_Impl::~ACE_Proactor_Impl (void)
13 ACE_END_VERSIONED_NAMESPACE_DECL