summaryrefslogtreecommitdiff
path: root/modules/TAO/ChangeLog
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-11-20 20:11:05 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-11-20 20:11:05 +0000
commite36bb88bfa87c18d70a8b787c253405d587bad9f (patch)
tree8447e050d1982751a1b4785cd1821d683d7cdcc6 /modules/TAO/ChangeLog
parent289c6753871201af3d6204810f2cd57dbd537216 (diff)
downloadATCD-e36bb88bfa87c18d70a8b787c253405d587bad9f.tar.gz
ChangeLogTag: Fri Nov 20 20:09:59 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'modules/TAO/ChangeLog')
-rw-r--r--modules/TAO/ChangeLog57
1 files changed, 57 insertions, 0 deletions
diff --git a/modules/TAO/ChangeLog b/modules/TAO/ChangeLog
index 9e1dd54f18e..ebc243c34a4 100644
--- a/modules/TAO/ChangeLog
+++ b/modules/TAO/ChangeLog
@@ -1,3 +1,60 @@
+Fri Nov 20 20:09:59 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/include/ast_instantiated_connector.h:
+ * TAO_IDL/include/ast_tmpl_port.h:
+ * TAO_IDL/include/ast_tmpl_mirror_port.h:
+ * TAO_IDL/ast/ast_instantiated_connector.cpp:
+ * TAO_IDL/ast/ast_tmpl_mirror_port.cpp:
+ * TAO_IDL/ast/ast_tmpl_port.cpp:
+ * TAO_IDL/be_include/be_tmpl_port.h:
+ * TAO_IDL/be_include/be_instantiated_connector.h:
+ * TAO_IDL/be_include/be_tmpl_mirror_port.h:
+ * TAO_IDL/be/be_tmpl_mirror_port.cpp:
+ * TAO_IDL/be/be_tmpl_port.cpp:
+ * TAO_IDL/be/be_instantiated_connector.cpp:
+
+ Removed these files, the AST node types they contain
+ are not relevant to the updated IDL3+ spec.
+
+ * TAO_IDL/include/ast_template_module_inst.h:
+ * TAO_IDL/ast/ast_template_module_inst.cpp:
+ * TAO_IDL/be/be_template_module_inst.cpp:
+ * TAO_IDL/be_include/be_template_module_inst.h:
+
+ New files, containing the AST node type corresponding
+ to an IDL template module declaration.
+
+ * TAO_IDL/include/ast_generator.h:
+ * TAO_IDL/include/fe_utils.h:
+ * TAO_IDL/include/ast_mirror_port.h:
+ * TAO_IDL/include/ast_provides.h:
+ * TAO_IDL/include/ast_template_module.h:
+ * TAO_IDL/include/ast_extended_port.h:
+ * TAO_IDL/include/ast_uses.h:
+ * TAO_IDL/include/ast_porttype.h:
+ * TAO_IDL/include/ast_consumes.h:
+ * TAO_IDL/include/ast_publishes.h:
+ * TAO_IDL/include/ast_emits.h:
+ * TAO_IDL/be/be_mirror_port.cpp:
+ * TAO_IDL/be/be_extended_port.cpp:
+ * TAO_IDL/be/be_generator.cpp:
+ * TAO_IDL/be/be_porttype.cpp:
+ * TAO_IDL/ast/ast_template_module.cpp:
+ * TAO_IDL/ast/ast_generator.cpp:
+ * TAO_IDL/ast/ast_extended_port.cpp:
+ * TAO_IDL/ast/ast_mirror_port.cpp:
+ * TAO_IDL/ast/ast_porttype.cpp:
+ * TAO_IDL/be_include/be_generator.h:
+ * TAO_IDL/be_include/be_porttype.h:
+ * TAO_IDL/be_include/be_extended_port.h:
+ * TAO_IDL/be_include/be_mirror_port.h:
+ * TAO_IDL/fe/fe_utils.cpp:
+ * TAO_IDL/fe/y.tab.cpp:
+ * TAO_IDL/fe/idl.yy:
+
+ Removed operations, args and blocks of code that are
+ not relelvant to the updated IDL3+ spec.
+
Thu Nov 19 20:47:43 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/include/ast_param_holder.h: