summaryrefslogtreecommitdiff
path: root/ace/Reactor.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-24 01:38:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-24 01:38:48 +0000
commit4838b81324db363ba8456b13aceae4228a7a4829 (patch)
treeaf3be9fb4291464d84693dcf0c070fbb3945e6cc /ace/Reactor.i
parente0c8e4854f3d08a08ffc2212949311f89242386b (diff)
downloadATCD-4838b81324db363ba8456b13aceae4228a7a4829.tar.gz
.
Diffstat (limited to 'ace/Reactor.i')
-rw-r--r--ace/Reactor.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Reactor.i b/ace/Reactor.i
index 9bc9c833eac..847857a96bb 100644
--- a/ace/Reactor.i
+++ b/ace/Reactor.i
@@ -53,6 +53,12 @@ ACE_Reactor::close (void)
}
ACE_INLINE int
+ACE_Reactor::work_pending (const ACE_Time_Value &max_wait_time)
+{
+ return this->implementation ()->work_pending (max_wait_time);
+}
+
+ACE_INLINE int
ACE_Reactor::handle_events (ACE_Time_Value *max_wait_time)
{
return this->implementation ()->handle_events (max_wait_time);