summaryrefslogtreecommitdiff
path: root/ACE/ace/Manual_Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Manual_Event.h')
-rw-r--r--ACE/ace/Manual_Event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Manual_Event.h b/ACE/ace/Manual_Event.h
index 5287eec3e27..a2981f41ffd 100644
--- a/ACE/ace/Manual_Event.h
+++ b/ACE/ace/Manual_Event.h
@@ -53,10 +53,10 @@ public:
#endif /* ACE_HAS_WCHAR */
/// Default dtor.
- ~ACE_Manual_Event_T (void);
+ ~ACE_Manual_Event_T ();
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks
ACE_ALLOC_HOOK_DECLARE;
@@ -85,7 +85,7 @@ public:
#endif /* ACE_HAS_WCHAR */
/// Default dtor.
- virtual ~ACE_Manual_Event (void) {}
+ virtual ~ACE_Manual_Event () {}
};
ACE_END_VERSIONED_NAMESPACE_DECL