summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_time.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-18 06:36:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-18 06:36:12 +0000
commite7e35c6e69cecb6f80e239ce412fabdeff51e81a (patch)
treeb92d1c30706895debe84705365f004380368ff01 /ACE/ace/OS_NS_time.cpp
parentd6a239b6b77ef868ca3d40d0e1351933b84982bf (diff)
downloadATCD-e7e35c6e69cecb6f80e239ce412fabdeff51e81a.tar.gz
Thu Sep 18 06:33:59 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_time.cpp')
-rw-r--r--ACE/ace/OS_NS_time.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/OS_NS_time.cpp b/ACE/ace/OS_NS_time.cpp
index b15714866b2..19be27b7579 100644
--- a/ACE/ace/OS_NS_time.cpp
+++ b/ACE/ace/OS_NS_time.cpp
@@ -354,7 +354,7 @@ ACE_OS::readPPCTimeBase (u_long &most, u_long &least)
}
#endif /* ACE_HAS_POWERPC_TIMER && ghs */
-#if defined (ACE_LACKS_STRPTIME) && !defined (ACE_REFUSE_STRPTIME_EMULATION)
+#if defined (ACE_LACKS_STRPTIME)
char *
ACE_OS::strptime_emulation (const char *buf, const char *format, struct tm *tm)
{
@@ -630,6 +630,6 @@ ACE_OS::strptime_getnum (const char *buf,
else
return 0;
}
-#endif /* ACE_LACKS_STRPTIME && !ACE_REFUSE_STRPTIME_EMULATION */
+#endif /* ACE_LACKS_STRPTIME */
ACE_END_VERSIONED_NAMESPACE_DECL