summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-01 17:46:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-01 17:46:38 +0000
commit966f5f54f791c19cd00af1d4fe655442960d69d7 (patch)
tree72a1573827324c414242bf8e7408c093f81c5717
parent2b3a6b0e5d72838c2f1942b076dbffe56e2ca601 (diff)
downloadATCD-966f5f54f791c19cd00af1d4fe655442960d69d7.tar.gz
ChangeLogTag: Fri Jul 1 17:46:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-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>