summaryrefslogtreecommitdiff
path: root/ace/TP_Reactor.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-08-25 14:02:21 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-08-25 14:02:21 +0000
commit185d1d7f42d980402dabeeb86c0ed63cfeff1fe6 (patch)
treec549f51016939c06b4e56a6b3d8ee0cbda1e276e /ace/TP_Reactor.cpp
parent12b007df98c53135cdb9e726657dfd922bc879d5 (diff)
downloadATCD-185d1d7f42d980402dabeeb86c0ed63cfeff1fe6.tar.gz
ChangeLogTag: Sat Aug 25 09:00:28 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/TP_Reactor.cpp')
-rw-r--r--ace/TP_Reactor.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/TP_Reactor.cpp b/ace/TP_Reactor.cpp
index d7b38157e07..c99fbd394e6 100644
--- a/ace/TP_Reactor.cpp
+++ b/ace/TP_Reactor.cpp
@@ -91,6 +91,14 @@ ACE_TP_Reactor::max_notify_iterations (int /*iterations*/)
"(%P|%t) This has no effect in the TP_Reactor.. \n"));
}
+int
+ACE_TP_Reactor::max_notify_iterations (void)
+{
+ ACE_TRACE ("ACE_TP_Reactor::max_notify_iterations");
+
+ return 0;
+}
+
int
ACE_TP_Reactor::handle_events (ACE_Time_Value *max_wait_time)