summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-18 15:32:00 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-18 15:32:00 +0000
commit0f3e5a00f42baa0d187ef28c1046a7b7fe3dae0e (patch)
tree1d8aef11eba27b3e2981c20a3a74d0fe72337aa5 /ace/High_Res_Timer.h
parent1e12b6e24558fa5d2a2a9748081a6479c24cfa53 (diff)
downloadATCD-0f3e5a00f42baa0d187ef28c1046a7b7fe3dae0e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/High_Res_Timer.h')
-rw-r--r--ace/High_Res_Timer.h2
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.