Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / ACE_wrappers / ace / os_include / sys / os_times.h
blob617b416ec562798dd53ca96fcfe94bc98cf207ed
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_times.h
7 * file access and modification times structure
9 * $Id: os_times.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_SYS_OS_TIMES_H
17 #define ACE_OS_INCLUDE_SYS_OS_TIMES_H
19 #include /**/ "ace/pre.h"
21 #include "ace/config-lite.h"
23 #if !defined (ACE_LACKS_PRAGMA_ONCE)
24 # pragma once
25 #endif /* ACE_LACKS_PRAGMA_ONCE */
27 #include "ace/os_include/sys/os_types.h"
29 #if !defined (ACE_LACKS_SYS_TIMES_H)
30 # include /**/ <sys/times.h>
31 #endif /* !ACE_LACKS_SYS_TIMES_H */
33 // Place all additions (especially function declarations) within extern "C" {}
34 #ifdef __cplusplus
35 extern "C"
37 #endif /* __cplusplus */
39 #ifdef __cplusplus
41 #endif /* __cplusplus */
43 #include /**/ "ace/post.h"
44 #endif /* ACE_OS_INCLUDE_SYS_OS_TIMES_H */