summaryrefslogtreecommitdiff
path: root/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp')
-rw-r--r--ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp b/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp
index f27900d955f..858e615e9d9 100644
--- a/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp
+++ b/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp
@@ -9,7 +9,7 @@
int Logging_Event_Handler_Ex::handle_input (ACE_HANDLE h) {
time_of_last_log_record_ =
- reactor ()->timer_queue ()->gettimeofday_abstract ();
+ reactor ()->timer_queue ()->gettimeofday ();
return PARENT::handle_input (h);
}