summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index e9441a3b44b..b6d095972f6 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -231,6 +231,11 @@ public:
static const char *basename (const char *pathname, char delim);
// Returns the "basename" of a <pathname>.
+#if defined (ACE_HAS_UNICODE)
+ static const wchar_t *basename (const wchar_t *pathname, wchar_t delim);
+ // Returns the "basename" of a <pathname>.
+#endif /* ACE_HAS_UNICODE */
+
static char *timestamp (char date_and_time[], int time_len);
// Returns the current timestamp in the form
// "hour:minute:second:microsecond." The month, day, and year are