Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / ACE_wrappers / ace / os_include / os_aio.h
blob4ec9fe9d1275f6fe1bcf53986008f188a64a583b
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_aio.h
7 * asynchronous input and output (REALTIME)
9 * $Id: os_aio.h 80826 2008-03-04 14:51:23Z wotte $
11 * @author Don Hinton <dhinton@dresystems.com>
12 * @author This code was originally in various places including ace/OS.h.
14 //=============================================================================
16 #ifndef ACE_OS_INCLUDE_OS_AIO_H
17 #define ACE_OS_INCLUDE_OS_AIO_H
19 #include /**/ "ace/pre.h"
21 #include /**/ "ace/config-all.h"
23 #if !defined (ACE_LACKS_PRAGMA_ONCE)
24 # pragma once
25 #endif /* ACE_LACKS_PRAGMA_ONCE */
27 // Inclusion of the <aio.h> header may make visible symbols defined in
28 // the headers <fcntl.h>, <signal.h>, <sys/types.h>, and <time.h>.
30 #include "ace/os_include/os_signal.h" // for sigevent
32 #if !defined (ACE_LACKS_AIO_H)
33 # include /**/ <aio.h>
34 #endif /* !ACE_LACKS_AIO_H */
36 // Place all additions (especially function declarations) within extern "C" {}
37 #ifdef __cplusplus
38 extern "C"
40 #endif /* __cplusplus */
42 #ifdef __cplusplus
44 #endif /* __cplusplus */
46 #include /**/ "ace/post.h"
47 #endif /* ACE_OS_INCLUDE_OS_AIO_H */