summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 03:16:24 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 03:16:24 +0000
commit0cdbf094abe1249b6b4b8ec07586c00ece279bd0 (patch)
tree75df1c78e20005d4048dbcf45f59a594205f3bd6
parent0b7e1e547859f1033abe86b09de5c2671a150bef (diff)
downloadATCD-0cdbf094abe1249b6b4b8ec07586c00ece279bd0.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c12
1 files changed, 8 insertions, 4 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 7fa5e99c5f8..a9b4cb4eb90 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -5,19 +5,23 @@ Mon Oct 19 21:40:56 1998 David L. Levine <levine@cs.wustl.edu>
an ace/ header. It can only be done after ace/config.h
is included, becase some platforms don't allow #pragma once.
+ * tests/Param_Test/Makefile: don't build with g++ versions prior
+ to 2.8, becase they can't handle nested classes. Thanks to
+ JM Strauss <jms97@club-internet.fr> for confirming this.
+
Mon Oct 19 15:37:53 1998 Nagarajan Surendran <naga@cs.wustl.edu>
- * orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp (create_B): Fixed a
+ * orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp (create_B): Fixed a
warning for using TAO_TRY_ENV with no TAO_CHECK_ENV.Thanks to
- David for reporting this.
+ David for reporting this.
Mon Oct 19 15:37:30 1998 Chris Gill <cdgill@cs.wustl.edu>
* orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.dsp
orbsvcs/tests/Simulator/Event_Supplier/Logging_Sup.dsp:
Modified custom build step for NavWeap.idl to look for
- the TAO IDL compiler in the $ACE_ROOT/bin directory.
-
+ the TAO IDL compiler in the $ACE_ROOT/bin directory.
+
Mon Oct 19 14:28:30 1998 Matthew J Braun <mjb2@cec.wustl.edu>
* examples/POA/NewPOA/run_test.pl: Runs the test. Not exactly a