summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-28 20:07:06 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-28 20:07:06 +0000
commit52717910a62fcbc9bbd34e4be76052b15ce92f26 (patch)
treeb303a7b99b77e1e033db38b9980e9948106055c9 /ChangeLog-99b
parentee85718c80b14c3f496eb068055b6e98c53a415f (diff)
downloadATCD-52717910a62fcbc9bbd34e4be76052b15ce92f26.tar.gz
ChangeLogTag:Tue Sep 28 14:48:26 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 0a5599ffe1a..90c5651ac0b 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,6 +1,11 @@
+Tue Sep 28 14:48:26 1999 Irfan Pyarali <irfan@cs.wustl.edu>
+
+ * ace/WFMO_Reactor.cpp (handler): Implemented previously
+ unimplemented function.
+
Tue Sep 28 15:02:33 1999 Vishal Kachroo <vishal@cs.wustl.edu>
- * ace/OS.i (ioctl): Added the #if def ACE_HAS_WINSOCK2_GQOS for
+ * ace/OS.i (ioctl): Added the #if def ACE_HAS_WINSOCK2_GQOS for
the extra fields in struct _flowspec.
Mon Sep 27 19:16:34 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
@@ -16,7 +21,7 @@ Mon Sep 27 19:30:54 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Mon Sep 27 17:12:51 1999 Vishal Kachroo <vishal@cs.wustl.edu>
- * ace/OS.i:
+ * ace/OS.i:
* ace/OS.h:
Added an overloaded ioctl () that is used when the io control
code is one of SIO_SET_QOS or SIO_GET_QOS. Thanks to Vidya
@@ -27,7 +32,7 @@ Mon Sep 27 17:12:51 1999 Vishal Kachroo <vishal@cs.wustl.edu>
* ACE_wrappers/examples/QOS/client.cpp:
Made changes to the usage of ioctl () in the above files to
reflect the corresponding changes in ACE.
-
+
Mon Sep 27 13:11:02 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/config-sunos5.5.h: Wrap the define statement in a
@@ -86,13 +91,13 @@ Fri Sep 24 17:20:41 1999 Nanbor Wang <nanbor@cs.wustl.edu>
Fri Sep 24 08:59:13 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/config-sunos4-g++.h: Added ACE_HAS_DIRENT.
+ * ace/config-sunos4-g++.h: Added ACE_HAS_DIRENT.
Thanks to Kamen Penev <penev@earthlink.net> for reporting this.
* tests/Handle_Set_Test.cpp (test_boundaries): Added some casts
and parens so that the code will compile with MSVC++ 5.0.
Thanks to Carlos O'Ryan for reporting this.
-
+
* examples/Connection/blocking/SPIPE-{acceptor,connector}.cpp:
Reformatted some of the code.