summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-11-23 20:39:14 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-11-23 20:39:14 +0000
commit612c663b85f1d020c4111b28037ca0ba51d767ba (patch)
tree942552a3d9bf8f30a6abe674940d6ccf5b632eed
parent3081cb50bb5cf9569387f9a3fbd6574e29f0428c (diff)
downloadATCD-612c663b85f1d020c4111b28037ca0ba51d767ba.tar.gz
ChangeLogTag: Mon Nov 23 20:37:29 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--modules/TAO/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/modules/TAO/ChangeLog b/modules/TAO/ChangeLog
index 471bddc9489..1c66c9b8355 100644
--- a/modules/TAO/ChangeLog
+++ b/modules/TAO/ChangeLog
@@ -1,3 +1,38 @@
+Mon Nov 23 20:37:29 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/include/ast_template_module_ref.h:
+ * TAO_IDL/ast/ast_template_module_ref.cpp:
+ * TAO_IDL/be_include/be_template_module_ref.h:
+ * TAO_IDL/be/be_template_module_ref.cpp:
+
+ New files, containing the AST node type
+ representing a reference to an IDL template
+ module denoted by the IDL keyword 'alias'.
+
+ * TAO_IDL/include/ast_visitor.h:
+ * TAO_IDL/be/be_template_interface.cpp:
+ * TAO_IDL/be/be_typedef.cpp:
+ * TAO_IDL/be/be_visitor.cpp:
+ * TAO_IDL/be/be_visitor_ccm_pre_proc.cpp:
+ * TAO_IDL/ast/ast_template_interface.cpp:
+ * TAO_IDL/be_include/be_visitor.h:
+ * TAO_IDL/be_include/be_visitor_ccm_pre_proc.h:
+
+ - Removed methods and code blocks referencing
+ AST node types that have been removed.
+
+ - Updated visit_* methods to frontend and backend
+ visitor classes.
+
+ - Updated create_* methods in generator classes.
+
+ * orbsvcs/IFR_Service/ifr_visitor.h:
+ * orbsvcs/IFR_Service/ifr_visitor.cpp:
+
+ Update visit_* methods in base class visitor so
+ backend IFR loader library will comple. New visit_*
+ methods are not yet implemented.
+
Fri Nov 20 20:22:23 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/include/ast_module.h: