summaryrefslogtreecommitdiff
path: root/ACE/ace/High_Res_Timer.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-03-28 09:18:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-03-28 09:18:15 +0000
commitef857e0c91d98fc77c79a6816d6ce76280fc56bf (patch)
treed0539c377c8463f5c0569a842320f49a3d983989 /ACE/ace/High_Res_Timer.inl
parent2ab629b3f852932ef30bac4281b005577ec915fa (diff)
downloadATCD-ef857e0c91d98fc77c79a6816d6ce76280fc56bf.tar.gz
Fri Mar 28 09:17:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/High_Res_Timer.inl')
-rw-r--r--ACE/ace/High_Res_Timer.inl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/ace/High_Res_Timer.inl b/ACE/ace/High_Res_Timer.inl
index 2d089d1520c..90ae2e47630 100644
--- a/ACE/ace/High_Res_Timer.inl
+++ b/ACE/ace/High_Res_Timer.inl
@@ -53,8 +53,7 @@ ACE_High_Res_Timer::gettimeofday (const ACE_OS::ACE_HRTimer_Op op)
#endif /* ACE_WIN32 */
ACE_Time_Value tv;
- ACE_High_Res_Timer::hrtime_to_tv (tv,
- ACE_OS::gethrtime (op));
+ ACE_High_Res_Timer::hrtime_to_tv (tv, ACE_OS::gethrtime (op));
return tv;
}