summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-01-03 01:18:40 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-01-03 01:18:40 +0000
commit212a334abd33a42f371e040b865bc841767fecb9 (patch)
tree6a9a4286e6d58bb53951e504d3819a0740af1b85 /ace/ACE.h
parent5da48a13a0b71fe8cbd54d557b772416bf4d6b12 (diff)
downloadATCD-212a334abd33a42f371e040b865bc841767fecb9.tar.gz
ChangeLogTag:Tue Jan 2 14:22:21 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index 4e52189602b..a5f3601d579 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -35,7 +35,7 @@ class ACE_Message_Block;
* @class ACE
*
* @brief Contains value added ACE methods that extend the behavior
- * of the UNIX and Win32 OS calls.
+ * of the UNIX and Win32 OS calls.
*
* This class consolidates all these ACE static methods in a
* single place in order to manage the namespace better. These
@@ -408,10 +408,14 @@ public:
* "hour:minute:second:microsecond." The month, day, and year are
* also stored in the beginning of the date_and_time array. Returns
* 0 if unsuccessful, else returns pointer to beginning of the
- * "time" portion of <day_and_time>.
+ * "time" portion of <day_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.
*/
static ACE_TCHAR *timestamp (ACE_TCHAR date_and_time[],
- int time_len);
+ int time_len,
+ int return_pointer_to_first_digit = 0);
/**
* if <avoid_zombies> == 0 call <ACE_OS::fork> directly, else create