summaryrefslogtreecommitdiff
path: root/ace/OS_NS_sys_time.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_sys_time.inl')
-rw-r--r--ace/OS_NS_sys_time.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/OS_NS_sys_time.inl b/ace/OS_NS_sys_time.inl
index 59f513aebcb..6aec9b145dc 100644
--- a/ace/OS_NS_sys_time.inl
+++ b/ace/OS_NS_sys_time.inl
@@ -1,5 +1,4 @@
// -*- C++ -*-
-//
// $Id$
#include "ace/os_include/sys/os_time.h"
@@ -9,8 +8,6 @@
# include "ace/OS_NS_time.h"
#endif /* VXWORKS || CHORUS || ACE_PSOS */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
#if defined (ACE_WIN32) && defined (_WIN32_WCE)
// Something is a bit brain-damaged here and I'm not sure what... this code
// compiled before the OS reorg for ACE 5.4. Since then it hasn't - eVC
@@ -83,7 +80,7 @@ ACE_OS::gettimeofday (void)
#endif /* 0 */
#if !defined (ACE_HAS_WINCE)&& !defined (ACE_WIN32)
if (result == -1)
- return ACE_Time_Value (-1);
+ return -1;
else
return ACE_Time_Value (tv);
#endif // !defined (ACE_HAS_WINCE)&& !defined (ACE_WIN32)
@@ -92,5 +89,3 @@ ACE_OS::gettimeofday (void)
#if defined (ACE_WIN32) && defined (_WIN32_WCE)
}
#endif
-
-ACE_END_VERSIONED_NAMESPACE_DECL