summaryrefslogtreecommitdiff
path: root/ACE/ace/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Event.h')
-rw-r--r--ACE/ace/Event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Event.h b/ACE/ace/Event.h
index e8c9db91faf..d0ebcb0c160 100644
--- a/ACE/ace/Event.h
+++ b/ACE/ace/Event.h
@@ -49,11 +49,11 @@ public:
LPSECURITY_ATTRIBUTES sa = 0);
/// Implicitly destroy the event variable.
- virtual ~ACE_Event_T (void);
+ virtual ~ACE_Event_T ();
/// Get the current time of day according to the queue's TIME_POLICY.
/// Allows users to initialize timeout values using correct time policy.
- ACE_Time_Value_T<TIME_POLICY> gettimeofday (void) const;
+ ACE_Time_Value_T<TIME_POLICY> gettimeofday () const;
/// Allows applications to control how the event gets the time
/// of day.