summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-24 00:10:16 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-24 00:10:16 +0000
commit81a3dab8fedb33d89797edadf04a01085a304e20 (patch)
treea19fb2149839158a9bcc57a6b13a88e85c50f967
parent3066fa6d6b9c72a26d2add74006f0360d67a8e9b (diff)
downloadATCD-81a3dab8fedb33d89797edadf04a01085a304e20.tar.gz
remove tabs and tailing whitespace
-rw-r--r--ChangeLog-99b40
1 files changed, 20 insertions, 20 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index e8cf2382db3..ea47b88613d 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,33 +1,33 @@
Fri Oct 22 16:58:44 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
- * ace/Dynamic_Service.h: Added an include for OS.h so the
- Dynamic_Service.cpp will always get included on platforms
- that need it (ie. win32).
+ * ace/Dynamic_Service.h: Added an include for OS.h so the
+ Dynamic_Service.cpp will always get included on platforms
+ that need it (ie. win32).
Thanks to Paulo Breda Vieira <breda@inesca.pt> for spotting
this problem in the AV Streaming code on NT.
Thu Oct 21 20:21:13 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Memory_Pool.cpp (map_file): Make sure to update the
- base_addr_ with the new mem_map_.addr() before the call to
- update the ACE based pointer. Thanks to Damien Dufour
- <damien.dufour@horoquartz.fr> for reporting this.
-
+ * ace/Memory_Pool.cpp (map_file): Make sure to update the
+ base_addr_ with the new mem_map_.addr() before the call to
+ update the ACE based pointer. Thanks to Damien Dufour
+ <damien.dufour@horoquartz.fr> for reporting this.
+
Thu Oct 21 17:10:17 1999 Vishal Kachroo <vishal@cs.wustl.edu>
- * ace/OS.i (ioctl): Corrected the implementation of
- ACE_OS::ioctl () call with ACE_SIO_GET_QOS io control
- code. Thanks to Vidya Narayanan <CVN065@lmpsil02.comm.mot.com>
- for reporting this.
-
- * ACE_wrappers/examples/QOS/server.cpp:
- * ACE_wrappers/examples/QOS/client.cpp:
- * ACE_wrappers/examples/QOS/Sender_QOS_Event_Handler.cpp:
- * ACE_wrappers/examples/QOS/Receiver_QOS_Event_Handler.cpp:
- Changed the QOS example to GET-QOS only on receipt of a QoS
- event. Also tested the changes made to the ioctl (GET_QOS) in
- OS.i.
+ * ace/OS.i (ioctl): Corrected the implementation of
+ ACE_OS::ioctl () call with ACE_SIO_GET_QOS io control
+ code. Thanks to Vidya Narayanan <CVN065@lmpsil02.comm.mot.com>
+ for reporting this.
+
+ * ACE_wrappers/examples/QOS/server.cpp:
+ * ACE_wrappers/examples/QOS/client.cpp:
+ * ACE_wrappers/examples/QOS/Sender_QOS_Event_Handler.cpp:
+ * ACE_wrappers/examples/QOS/Receiver_QOS_Event_Handler.cpp:
+ Changed the QOS example to GET-QOS only on receipt of a QoS
+ event. Also tested the changes made to the ioctl (GET_QOS) in
+ OS.i.
Thu Oct 21 15:46:08 1999 David L. Levine <levine@cs.wustl.edu>