diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-26 23:16:57 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-26 23:16:57 +0000 |
commit | 0d0b3c15710d75d76c13c52a5425dfc29fa15901 (patch) | |
tree | 9e771f6f73fe82029c4668031ed7b39c54103b15 /ace/OS_String.h | |
parent | 5dca0c4c315406a2d1c499365da3a3b89b62503b (diff) | |
download | ATCD-0d0b3c15710d75d76c13c52a5425dfc29fa15901.tar.gz |
ChangeLogTag:Fri May 26 16:13:08 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/OS_String.h')
-rw-r--r-- | ace/OS_String.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ace/OS_String.h b/ace/OS_String.h index c627b25991b..4f0cf3de936 100644 --- a/ace/OS_String.h +++ b/ace/OS_String.h @@ -95,12 +95,6 @@ public: static size_t strspn (const wchar_t *s1, const wchar_t *s2); #endif /* ACE_HAS_WCHAR */ -#if defined (ACE_HAS_STRPTIME) - static char *strptime (char *buf, - const char *format, - struct tm *tm); -#endif /* ACE_HAS_STRPTIME */ - static char *strstr (char *s, const char *t); static const char *strstr (const char *s, const char *t); static char *strnstr (char *s, const char *t, size_t len); @@ -137,11 +131,6 @@ public: static double strtod (const wchar_t *s, wchar_t **endptr); #endif /* ACE_HAS_WCHAR */ -#if defined (ACE_HAS_STRPTIME) && defined (ACE_LACKS_NATIVE_STRPTIME) - static int strptime_getnum (char *buf, int *num, int *bi, int *fi, - int min, int max); -#endif /* ACE_HAS_STRPTIME && ACE_LACKS_NATIVE_STRPTIME */ - static int to_lower (int c); #if defined (ACE_HAS_WCHAR) static wint_t to_lower (wint_t c); |