diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-18 15:32:00 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-18 15:32:00 +0000 |
commit | ccc9a2d26363943bc0fae66b32451ffbcb53b470 (patch) | |
tree | 1d8aef11eba27b3e2981c20a3a74d0fe72337aa5 /ace/High_Res_Timer.h | |
parent | 9e2eb8b7f6194b20b2911df6c177043532d95e7a (diff) | |
download | ATCD-ccc9a2d26363943bc0fae66b32451ffbcb53b470.tar.gz |
*** empty log message ***
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 7b587f6c820..527b47b3abe 100644 --- a/ace/High_Res_Timer.h +++ b/ace/High_Res_Timer.h @@ -134,7 +134,7 @@ public: void stop_incr (const ACE_OS::ACE_HRTimer_Op = ACE_OS::ACE_HRTIMER_GETTIME); // Stop incremental timing. - void elapsed_time_incr (ACE_Time_Value &tv); + void elapsed_time_incr (ACE_Time_Value &tv) const; // Set <tv> to the number of microseconds elapsed between all // calls to start_incr and stop_incr. |