summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Timers/PCB.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Timers/PCB.h')
-rw-r--r--ACE/examples/APG/Timers/PCB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/APG/Timers/PCB.h b/ACE/examples/APG/Timers/PCB.h
index abe953b30c5..97e64f69c59 100644
--- a/ACE/examples/APG/Timers/PCB.h
+++ b/ACE/examples/APG/Timers/PCB.h
@@ -15,8 +15,8 @@ public:
// Handle a timeout event, cancel, and close.
virtual int handleEvent (const void *arg);
- virtual int handleCancel (void);
- virtual int handleClose (void);
+ virtual int handleCancel ();
+ virtual int handleClose ();
private:
long timerID_;