summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog16
1 files changed, 14 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d5f50edb1ac..2bf24d39054 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,9 +1,21 @@
+Thu Sep 16 10:55:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/RTCORBA/RTCORBA.pidl:
+ Zapped include of orb.idl, not needed and reduces number of manual
+ patching
+
+ * tao/RTCORBA/RTCORBAC.{h,cpp,i,inl}:
+ Regenerated and manually patched
+
+ * tao/RTCORBA/diffs/RTCORBA.diff:
+ Updated
+
Wed Sep 15 21:25:28 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/ast/ast_root.cpp:
* TAO_IDL/util/utl_scope.cpp:
-
- Fixed cleanup of root scope between IDL files when
+
+ Fixed cleanup of root scope between IDL files when
multiple IDL files are passed on the command line.
The cleanup needs to remove all declarations and
references except those for the predefined types,