summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-11-15 21:32:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-11-15 21:32:25 +0000
commit11a3b026d7f1b25a4cdd767d198e502b0cdd2373 (patch)
treed1038556f0c918960f732417ad3fc120fbff65eb /ace/ACE.h
parentdaf771170f23bb9cc5910d24d250ecc83e596220 (diff)
downloadATCD-11a3b026d7f1b25a4cdd767d198e502b0cdd2373.tar.gz
ChangeLogTag:Thu Nov 15 08:26:57 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index 4765f1f83b9..414644718ad 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -408,15 +408,15 @@ public:
* <pathname> and is not reentrant.
*/
static const ACE_TCHAR *dirname (const ACE_TCHAR *pathname,
- ACE_TCHAR delim =
- ACE_DIRECTORY_SEPARATOR_CHAR);
+ ACE_TCHAR delim = ACE_DIRECTORY_SEPARATOR_CHAR);
/**
* Returns the current timestamp in the form
* "hour:minute:second:microsecond." The month, day, and year are
- * also stored in the beginning of the date_and_time array. Returns
+ * also stored in the beginning of the <date_and_time> array, which
+ * is a user-supplied array of size <time_len> <ACE_TCHAR>s. Returns
* 0 if unsuccessful, else returns pointer to beginning of the
- * "time" portion of <day_and_time>. If
+ * "time" portion of <date_and_time>. If
* <return_pointer_to_first_digit> is 0 then return a pointer to the
* space before the time, else return a pointer to the beginning of
* the time portion.