Fixed typos
[ACE_TAO.git] / ACE / ace / Proactor_Impl.cpp
blob9cf5f4795da7dc94230c9a9e79d879493cf29fb5
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 (void)
13 ACE_END_VERSIONED_NAMESPACE_DECL
15 #endif