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, 7 insertions, 4 deletions
diff --git a/ace/Asynch_IO.cpp b/ace/Asynch_IO.cpp
index 9a87f63c893..373356337eb 100644
--- a/ace/Asynch_IO.cpp
+++ b/ace/Asynch_IO.cpp
@@ -969,11 +969,14 @@ 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)
+ACE_Handler::handle_time_out (const ACE_Time_Value & /* tv */,
+ const void * /* act */)
+{
+}
+
+void
+ACE_Handler::handle_wakeup (void)
{
- ACE_UNUSED_ARG (tv);
- ACE_UNUSED_ARG (act);
}
ACE_Proactor *