summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor_Base.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-03 15:33:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-03 15:33:48 +0000
commit32364db4695aca003a7aa2ca41a72afe0c0796d3 (patch)
tree4c6a5117fcd79fd58f1d7b090f01830af6362a6c /ace/Select_Reactor_Base.i
parent5ef70d1ee4231e626ce1c06f4c5b48b24230260e (diff)
downloadATCD-32364db4695aca003a7aa2ca41a72afe0c0796d3.tar.gz
ChangeLogTag:Tue Jul 3 06:20:13 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Select_Reactor_Base.i')
-rw-r--r--ace/Select_Reactor_Base.i5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Select_Reactor_Base.i b/ace/Select_Reactor_Base.i
index 0f2e26a04c4..fbeb8d1d75e 100644
--- a/ace/Select_Reactor_Base.i
+++ b/ace/Select_Reactor_Base.i
@@ -71,9 +71,10 @@ ACE_Select_Reactor_Impl::ACE_Select_Reactor_Impl ()
}
ACE_INLINE int
-ACE_Select_Reactor_Impl::purge_pending_notifications (ACE_Event_Handler *eh)
+ACE_Select_Reactor_Impl::purge_pending_notifications (ACE_Event_Handler *eh,
+ ACE_Reactor_Mask mask)
{
- return this->notify_handler_->purge_pending_notifications (eh);
+ return this->notify_handler_->purge_pending_notifications (eh, mask);
}
ACE_INLINE int