summaryrefslogtreecommitdiff
path: root/ACE/tests/Timer_Queue_Test.cpp
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2011-12-14 18:20:31 +0000
committermcorino <mcorino@users.noreply.github.com>2011-12-14 18:20:31 +0000
commitb553caff218594c6cdaedcf1cec68be725a62f21 (patch)
treea0655274254064ffa3f2a6835c84a41ece48a076 /ACE/tests/Timer_Queue_Test.cpp
parent01eb039cbc2232bb44b589635d11952e656902fa (diff)
downloadATCD-timer_policy.tar.gz
merged last timer_policy branch updatestimer_policy
Diffstat (limited to 'ACE/tests/Timer_Queue_Test.cpp')
-rw-r--r--ACE/tests/Timer_Queue_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Timer_Queue_Test.cpp b/ACE/tests/Timer_Queue_Test.cpp
index be9514bc424..160613945e8 100644
--- a/ACE/tests/Timer_Queue_Test.cpp
+++ b/ACE/tests/Timer_Queue_Test.cpp
@@ -683,7 +683,7 @@ run_main (int argc, ACE_TCHAR *argv[])
ACE_Timer_Heap_Variable_Time_Source *tq_heap =
new ACE_Timer_Heap_Variable_Time_Source;
- tq_heap->set_time_policy(&ACE_High_Res_Timer::gettimeofday_hr);
+ tq_heap->gettimeofday(&ACE_High_Res_Timer::gettimeofday_hr);
ACE_NEW_RETURN (tq_stack,
Timer_Queue_Stack (tq_heap,
ACE_TEXT ("ACE_Timer_Heap (high-res timer)"),