summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 5cc99a25d4b..29516e2abc9 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,13 +1,18 @@
+Fri Jul 1 17:46:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Portable_Interceptors/AMI/PI_AMI.mpc:
+ By accident ami was removed as base project of server
+
Fri Jul 1 17:04:50 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
-
+
When generating the base class name in the constructor of
a sequence, changed the call to be_sequence::gen_base_class_name
to pass the current scope (as is already done for the same call
in the stub header visitor) instead of the global scope. This
change fixes a problem with nested anonymous sequences, for
- example, 'sequence<sequence<short> >, in the generated
+ example, 'sequence<sequence<short> >, in the generated
constructor initialization list.
Fri Jul 1 11:33:12 2005 Chad Elliott <elliott_c@ociweb.com>