summaryrefslogtreecommitdiff
path: root/ACE/ace/Notification_Strategy.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Notification_Strategy.inl')
-rw-r--r--ACE/ace/Notification_Strategy.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Notification_Strategy.inl b/ACE/ace/Notification_Strategy.inl
index f1c1598d0b4..d566c334224 100644
--- a/ACE/ace/Notification_Strategy.inl
+++ b/ACE/ace/Notification_Strategy.inl
@@ -3,7 +3,7 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE ACE_Event_Handler *
-ACE_Notification_Strategy::event_handler (void)
+ACE_Notification_Strategy::event_handler ()
{
return eh_;
}
@@ -15,7 +15,7 @@ ACE_Notification_Strategy::event_handler (ACE_Event_Handler *eh)
}
ACE_INLINE ACE_Reactor_Mask
-ACE_Notification_Strategy::mask (void) const
+ACE_Notification_Strategy::mask () const
{
return mask_;
}