Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / OS_NS_sys_time.h
blobd8154e23b15be95cebd37644641e278b2d765a91
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file OS_NS_sys_time.h
7 * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
8 * @author Jesper S. M|ller<stophph@diku.dk>
9 * @author and a cast of thousands...
11 //=============================================================================
13 #ifndef ACE_OS_NS_SYS_TIME_H
14 # define ACE_OS_NS_SYS_TIME_H
16 # include /**/ "ace/pre.h"
18 # include "ace/config-all.h"
20 # if !defined (ACE_LACKS_PRAGMA_ONCE)
21 # pragma once
22 # endif /* ACE_LACKS_PRAGMA_ONCE */
24 #include "ace/Time_Value.h"
25 #include /**/ "ace/ACE_export.h"
27 #if defined (ACE_EXPORT_MACRO)
28 # undef ACE_EXPORT_MACRO
29 #endif
30 #define ACE_EXPORT_MACRO ACE_Export
32 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
34 namespace ACE_OS
36 ACE_NAMESPACE_INLINE_FUNCTION
37 ACE_Time_Value gettimeofday ();
39 ACE_NAMESPACE_INLINE_FUNCTION
40 ACE_Time_Value gettimeofday_ ();
41 } /* namespace ACE_OS */
43 ACE_END_VERSIONED_NAMESPACE_DECL
45 # if defined (ACE_HAS_INLINED_OSCALLS)
46 # if defined (ACE_INLINE)
47 # undef ACE_INLINE
48 # endif /* ACE_INLINE */
49 # define ACE_INLINE inline
50 # include "ace/OS_NS_sys_time.inl"
51 # endif /* ACE_HAS_INLINED_OSCALLS */
53 # include /**/ "ace/post.h"
54 #endif /* ACE_OS_NS_SYS_TIME_H */