summaryrefslogtreecommitdiff
path: root/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.h')
-rw-r--r--ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.h b/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.h
index 2709285b859..5ab6fbc034b 100644
--- a/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.h
+++ b/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.h
@@ -116,7 +116,7 @@ protected:
(const ACE_Time_Value&, const void *);
// Template method to create a new handler
- virtual AIO_Output_Handler *make_handler (void)
+ virtual AIO_Output_Handler *make_handler ()
{ return OUTPUT_HANDLER::instance (); }
// Address at which logging server listens for connections.