summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-12 14:12:13 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-12 14:12:13 +0000
commitfe10ccd7978e5f7202b4aa91726c513916bed644 (patch)
tree5c1bb9cf4ed181683fd1c3cb4eda58e4467ce905
parent0a153392b63f01c8944b5b44442e4e619ced4d25 (diff)
downloadATCD-fe10ccd7978e5f7202b4aa91726c513916bed644.tar.gz
untabified
-rw-r--r--ChangeLog-99b10
-rw-r--r--TAO/ChangeLog-99c54
2 files changed, 32 insertions, 32 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 177caf70c8c..0dc7c3ee79a 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,10 +1,10 @@
Wed Aug 11 17:00:00 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
- * tests/Cached_Accept_Conn_Test.cpp:
- Removed run_event_loop and end_event_loop and put in
- handle_events with a flag to stop the loop. This is a bug fix
- for Bug183.
-
+ * tests/Cached_Accept_Conn_Test.cpp:
+ Removed run_event_loop and end_event_loop and put in
+ handle_events with a flag to stop the loop. This is a bug fix
+ for Bug183.
+
Wed Aug 11 15:49:37 1999 David L. Levine <levine@cs.wustl.edu>
* docs/ACE-guidelines.html: cleaned up ACE doc tool discussion.
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 4c7c84863cc..d91087ceabc 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,39 +1,39 @@
Wed Aug 11 13:35:11 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * tao/Typecode_Constants.cpp (init): I didn't remove all
- ServiceContextList related code completely. Thanks to Carlos
- for pointing this out.
+ * tao/Typecode_Constants.cpp (init): I didn't remove all
+ ServiceContextList related code completely. Thanks to Carlos
+ for pointing this out.
- * tao/UIOP_Transport.cpp (handle_client_input): Changed
- TAO_GIOP_ServiceContextList to IOP::ServiceContextList. Thanks
- to David for reporting this.
+ * tao/UIOP_Transport.cpp (handle_client_input): Changed
+ TAO_GIOP_ServiceContextList to IOP::ServiceContextList. Thanks
+ to David for reporting this.
Wed Aug 11 13:06:22 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * rules.tao.GNU:
- Put some sanity back into the definition of the interface_repo
- macro. If set to 1 then we enable the interface repository
- features in TAO, otherwise it is disabled. The default is to
- have them enabled.
+ * rules.tao.GNU:
+ Put some sanity back into the definition of the interface_repo
+ macro. If set to 1 then we enable the interface repository
+ features in TAO, otherwise it is disabled. The default is to
+ have them enabled.
Wed Aug 11 12:13:35 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
- Fixed memory managment problems in the connected_fep()
- implemenation.
- Fixed connection when using multiple flows.
-
- * orbsvcs/tests/AVStreams/Makefile:
- * orbsvcs/tests/AVStreams/Latency/Makefile:
- * orbsvcs/tests/AVStreams/Latency/README:
- * orbsvcs/tests/AVStreams/Latency/control.cpp:
- * orbsvcs/tests/AVStreams/Latency/ping.cpp:
- * orbsvcs/tests/AVStreams/Latency/ping.h:
- * orbsvcs/tests/AVStreams/Latency/pong.cpp:
- * orbsvcs/tests/AVStreams/Latency/pong.h:
- * orbsvcs/tests/AVStreams/Latency/svc.conf:
- A simple latency test for the AV streams pluggable protocol
- framework.
+ * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
+ Fixed memory managment problems in the connected_fep()
+ implemenation.
+ Fixed connection when using multiple flows.
+
+ * orbsvcs/tests/AVStreams/Makefile:
+ * orbsvcs/tests/AVStreams/Latency/Makefile:
+ * orbsvcs/tests/AVStreams/Latency/README:
+ * orbsvcs/tests/AVStreams/Latency/control.cpp:
+ * orbsvcs/tests/AVStreams/Latency/ping.cpp:
+ * orbsvcs/tests/AVStreams/Latency/ping.h:
+ * orbsvcs/tests/AVStreams/Latency/pong.cpp:
+ * orbsvcs/tests/AVStreams/Latency/pong.h:
+ * orbsvcs/tests/AVStreams/Latency/svc.conf:
+ A simple latency test for the AV streams pluggable protocol
+ framework.
Wed Aug 11 11:18:01 1999 David L. Levine <levine@cs.wustl.edu>