[6916] Fixed typos in spell checking code.
[getmangos.git] / dep / ACE_wrappers / ace / Proactor_Impl.cpp
blob3375540d946df14fd94114bd20e93ed84733403c
1 // $Id: Proactor_Impl.cpp 80826 2008-03-04 14:51:23Z wotte $
3 #include "ace/Proactor_Impl.h"
5 ACE_RCSID (ace,
6 Proactor_Impl,
7 "$Id: Proactor_Impl.cpp 80826 2008-03-04 14:51:23Z wotte $")
9 #if defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS)
10 // This only works on standard Win32 platforms and on Unix platforms supporting
11 // aio calls.
13 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
15 ACE_Proactor_Impl::~ACE_Proactor_Impl (void)
19 ACE_END_VERSIONED_NAMESPACE_DECL
21 #endif