summaryrefslogtreecommitdiff
path: root/ACE/ace/Event_Handler_Handle_Timeout_Upcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Event_Handler_Handle_Timeout_Upcall.h')
-rw-r--r--ACE/ace/Event_Handler_Handle_Timeout_Upcall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Event_Handler_Handle_Timeout_Upcall.h b/ACE/ace/Event_Handler_Handle_Timeout_Upcall.h
index da0d57c7e4e..715cacb2c27 100644
--- a/ACE/ace/Event_Handler_Handle_Timeout_Upcall.h
+++ b/ACE/ace/Event_Handler_Handle_Timeout_Upcall.h
@@ -32,10 +32,10 @@ class ACE_Export ACE_Event_Handler_Handle_Timeout_Upcall
{
public:
/// Constructor.
- ACE_Event_Handler_Handle_Timeout_Upcall (void);
+ ACE_Event_Handler_Handle_Timeout_Upcall ();
/// Destructor.
- ~ACE_Event_Handler_Handle_Timeout_Upcall (void);
+ ~ACE_Event_Handler_Handle_Timeout_Upcall ();
/// This method is called when a timer is registered.
int registration (ACE_Timer_Queue &timer_queue,