diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-28 02:35:12 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-28 02:35:12 +0000 |
commit | 03816b79cbd155b76e486d5e8dfa5e8881cff067 (patch) | |
tree | 6a3e18f8f93bf108fce4a9ffc5ff54e134b3d9bb /ace/High_Res_Timer.h | |
parent | b8d24ff356cc83fb4762ca51eb73baf0ef3bd6be (diff) | |
download | ATCD-03816b79cbd155b76e486d5e8dfa5e8881cff067.tar.gz |
moved calibration from constructor to global_scale_factor () accessor
Diffstat (limited to 'ace/High_Res_Timer.h')
-rw-r--r-- | ace/High_Res_Timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/High_Res_Timer.h b/ace/High_Res_Timer.h index d3b4d1a3566..29f4ccdd315 100644 --- a/ace/High_Res_Timer.h +++ b/ace/High_Res_Timer.h @@ -74,7 +74,7 @@ public: // by zero exceptions. static ACE_UINT32 global_scale_factor (); - // Accesses the current global_scale_factor. + // Accesses the global_scale_factor. static int get_env_global_scale_factor (const char *env = "ACE_SCALE_FACTOR"); // Sets the global_scale_factor to the value in the <env> |