summaryrefslogtreecommitdiff
path: root/ace/OS_NS_sys_time.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-01 23:42:24 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-01 23:42:24 +0000
commitb5f2f9f0ee63c33455954bd7b4cd9c5d0f29ec20 (patch)
tree0a6b58fa305309e3b782293397fc26e534db9b00 /ace/OS_NS_sys_time.h
parent7232ec93c2ee3ff71a0e85466752a37751ef1297 (diff)
downloadATCD-b5f2f9f0ee63c33455954bd7b4cd9c5d0f29ec20.tar.gz
ChangeLogTag:Sat Nov 1 23:45:49 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/OS_NS_sys_time.h')
-rw-r--r--ace/OS_NS_sys_time.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/OS_NS_sys_time.h b/ace/OS_NS_sys_time.h
index bb2ffd29882..8c6791f35e1 100644
--- a/ace/OS_NS_sys_time.h
+++ b/ace/OS_NS_sys_time.h
@@ -26,9 +26,16 @@
# endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Time_Value.h"
+#include "ace/ACE_export.h"
+
+#if defined (ACE_EXPORT_MACRO)
+# undef ACE_EXPORT_MACRO
+#endif
+#define ACE_EXPORT_MACRO ACE_Export
namespace ACE_OS {
+ ACE_NAMESPACE_INLINE_FUNCTION
ACE_Time_Value gettimeofday (void);
} /* namespace ACE_OS */