summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-23 16:56:46 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-23 16:56:46 +0000
commite343323be5c1c03ef88dc18270710138f3808b7e (patch)
treea4c8e1919585bd3c15eaf55189a4f19f4edfa7d1
parent70a9c8793e8b9c43530770e069090f5ca9474f8f (diff)
downloadATCD-e343323be5c1c03ef88dc18270710138f3808b7e.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index b9b2dab1c24..ffc253ecdc1 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,5 +1,5 @@
Sun May 23 11:33:07 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>b
-
+
Changes for the following enhancement in the Proactor
implementation.
Enhanced the semantics of the <end_event_loop>, so that when it
@@ -31,6 +31,11 @@ Sun May 23 11:33:07 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>b
* ace/WIN32_Proactor.h
Changes for posting wakeup completions.
+
+ * examples/Reactor/Proactor/test_end_event_loop.cpp:
+ * examples/Reactor/Proactor/Makefile:
+
+ Test file the <end_event_loop> enhancement.
Sat May 22 16:57:38 1999 Carlos O'Ryan <coryan@cs.wustl.edu>