summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO_Impl.cpp
blob: 9baab6f5e048cfbe84353855e4e669349edd3e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $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 */