summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-23 04:43:59 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-23 04:43:59 +0000
commita7c03cabf931b077d70c6f80ec02c7728a429f49 (patch)
tree61d38d262d43ac77fc2ad94c9e7e850cd5607622 /ace/High_Res_Timer.h
parent2aa7b10780ad7c670f588dce4ec341351a0646aa (diff)
downloadATCD-a7c03cabf931b077d70c6f80ec02c7728a429f49.tar.gz
ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/High_Res_Timer.h')
-rw-r--r--ace/High_Res_Timer.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/ace/High_Res_Timer.h b/ace/High_Res_Timer.h
index 3915e894c04..1045fcb1b3a 100644
--- a/ace/High_Res_Timer.h
+++ b/ace/High_Res_Timer.h
@@ -81,7 +81,8 @@ public:
static ACE_UINT32 global_scale_factor (void);
// Returns the global_scale_factor.
- static int get_env_global_scale_factor (const char *env = "ACE_SCALE_FACTOR");
+ static int get_env_global_scale_factor (const ACE_TCHAR *env
+ = ACE_TEXT ("ACE_SCALE_FACTOR"));
// Sets the global_scale_factor to the value in the <env>
// environment variable. Returns 0 on success, -1 on failure. Note
// if <env> points to string "0" (value zero), this call will fail.
@@ -144,16 +145,16 @@ public:
// to start_incr and stop_incr.
#if !defined (ACE_HAS_WINCE)
- // @@ These two functions are currently not supported on Windows CE.
+ // @@ WINCE These two functions are currently not supported on Windows CE.
// However, we should probably use the handle and ACE_Log_Msg to
// print out the result.
- void print_total (const char *message,
+ void print_total (const ACE_TCHAR *message,
const int iterations = 1,
ACE_HANDLE handle = ACE_STDOUT) const;
// Print total time. NOTE: only use <print_total> if incremental
// timings had been used!
- void print_ave (const char *message,
+ void print_ave (const ACE_TCHAR *message,
const int iterations = 1,
ACE_HANDLE handle = ACE_STDOUT) const;
// Print average time.