diff options
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. |