summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_IO.cpp')
-rw-r--r--ace/Asynch_IO.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/ace/Asynch_IO.cpp b/ace/Asynch_IO.cpp
index 373356337eb..9a87f63c893 100644
--- a/ace/Asynch_IO.cpp
+++ b/ace/Asynch_IO.cpp
@@ -969,14 +969,11 @@ ACE_Handler::handle_write_file (const ACE_Asynch_Write_File::Result &result)
}
void
-ACE_Handler::handle_time_out (const ACE_Time_Value & /* tv */,
- const void * /* act */)
-{
-}
-
-void
-ACE_Handler::handle_wakeup (void)
+ACE_Handler::handle_time_out (const ACE_Time_Value &tv,
+ const void *act)
{
+ ACE_UNUSED_ARG (tv);
+ ACE_UNUSED_ARG (act);
}
ACE_Proactor *