summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.i
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-21 05:21:11 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-21 05:21:11 +0000
commit323c749f648ba8d32854776280fa66e5273414c1 (patch)
treee00b6ece2f7b36217f5c2b95af523d331fa34db1 /ace/WFMO_Reactor.i
parentcb37721deccd8c614c271698a77cd5ac00d47712 (diff)
downloadATCD-323c749f648ba8d32854776280fa66e5273414c1.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/WFMO_Reactor.i')
-rw-r--r--ace/WFMO_Reactor.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/WFMO_Reactor.i b/ace/WFMO_Reactor.i
index d337fe6ab53..3890b884370 100644
--- a/ace/WFMO_Reactor.i
+++ b/ace/WFMO_Reactor.i
@@ -863,7 +863,7 @@ ACE_WFMO_Reactor::notify (ACE_Event_Handler *event_handler,
ACE_Reactor_Mask mask,
ACE_Time_Value *timeout)
{
- return this->notify_handler_.notify (event_handler, mask, timeout);
+ return this->notify_handler_->notify (event_handler, mask, timeout);
}
ACE_INLINE int