summaryrefslogtreecommitdiff
path: root/ACE/examples/Timer_Queue/Custom_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Timer_Queue/Custom_Handler.h')
-rw-r--r--ACE/examples/Timer_Queue/Custom_Handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Timer_Queue/Custom_Handler.h b/ACE/examples/Timer_Queue/Custom_Handler.h
index e1454379314..3da0b1aab32 100644
--- a/ACE/examples/Timer_Queue/Custom_Handler.h
+++ b/ACE/examples/Timer_Queue/Custom_Handler.h
@@ -31,7 +31,7 @@ class Custom_Handler
public:
Custom_Handler (const ACE_Time_Value &expiration_time);
- virtual ~Custom_Handler (void);
+ virtual ~Custom_Handler ();
// Set the custom handler's id
void set_id (int id);