summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-06-28 20:33:31 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-06-28 20:33:31 +0000
commit887e56296d93b3838bacd627d9732560108c83d8 (patch)
treea8dd8f7b82693355016d183c4415dd81d6e455bf
parent4970c526f892e12f6913bd5854796b53dae32e5a (diff)
downloadATCD-887e56296d93b3838bacd627d9732560108c83d8.tar.gz
ChangeLogTag:Thu Jun 28 15:25:07 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ChangeLog_bug_57521
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog_bug_575 b/ChangeLog_bug_575
index 56b49ae5159..bb88d69c3a8 100644
--- a/ChangeLog_bug_575
+++ b/ChangeLog_bug_575
@@ -1,3 +1,24 @@
+Thu Jun 28 15:25:07 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/Reactor.h (ACE_Reactor):
+ * ace/Reactor.cpp: Added a new method resumable_handler () to the
+ reactor interface. This would indicate whether the application
+ can take advantage by resuming the handlers themselves or
+ not. Not all reactors can allow this feature.
+
+ * ace/Reactor_Impl.h:
+ * ace/Reactor_Impl.cpp: Added a pure virtual function so that all
+ the implementations can decide whether the handlers are
+ resumable or not.
+
+ * ace/Select_Reactor_Base.h:
+ * ace/Select_Reactor_Base.cpp:
+ * ace/TP_Reactor.h:
+ * ace/TP_Reactor.cpp:
+ * ace/WFMO_Reactor.h:
+ * ace/WFMO_Reactor.cpp:Implemented resumable_handlers ().
+
+
Sun Jun 24 11:25:07 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* Created this file. Got the whole stuff in ace to a new branch by