summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-03 03:07:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-03 03:07:34 +0000
commitcc69b8e05e0b2fcf76c587209fda7623ee47a69e (patch)
treefdf378234a55ae76de86546ea7fa6ab7faf9fe29
parentd9233987b3d71c241333d5c890f067c5cdf7f906 (diff)
downloadATCD-cc69b8e05e0b2fcf76c587209fda7623ee47a69e.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c12
1 files changed, 9 insertions, 3 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 8c23b18bb20..536eff50c86 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,8 +1,14 @@
+Sun May 02 22:05:46 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp (create_dispatching):
+ put ??? in a comment, so that old g++ doesn't complain
+ about encountering a trigraph.
+
Sun May 2 15:57:33 1999 Nagarajan Surendran <naga@cs.wustl.edu>
- * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Command_Handler.cpp:
- Removed the call to remove_handlers () in the ~Command_Handler
- to avoid double deletion of the signal handler.
+ * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Command_Handler.cpp:
+ Removed the call to remove_handlers () in the ~Command_Handler
+ to avoid double deletion of the signal handler.
Sun May 02 14:47:58 1999 David L. Levine <levine@cs.wustl.edu>