summaryrefslogtreecommitdiff
path: root/ACE/ace/Abstract_Timer_Queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Abstract_Timer_Queue.h')
-rw-r--r--ACE/ace/Abstract_Timer_Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Abstract_Timer_Queue.h b/ACE/ace/Abstract_Timer_Queue.h
index 4e9fc299c71..f01817ccc7f 100644
--- a/ACE/ace/Abstract_Timer_Queue.h
+++ b/ACE/ace/Abstract_Timer_Queue.h
@@ -159,7 +159,7 @@ public:
* implementations of the timer queue to use special high resolution
* timers.
*/
- virtual ACE_Time_Value gettimeofday_abstract (void) = 0;
+ virtual ACE_Time_Value gettimeofday (void) = 0;
/// Determine the next event to timeout. Returns @a max if there are
/// no pending timers or if all pending timers are longer than max.