summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-26 00:30:59 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-26 00:30:59 +0000
commit29436378604616d061ee94897d2476fc2cf5dac7 (patch)
tree5ab30057d5b5614ccc49b8215524e5de28243a11
parenta18e9b8ad433d0bd27451434064fa90decba9ab1 (diff)
downloadATCD-29436378604616d061ee94897d2476fc2cf5dac7.tar.gz
* TAO_IDL/ast/ast_constant.cpp:
* TAO_IDL/ast/ast_expression.cpp: * TAO_IDL/be/be_constant.cpp: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be/be_sunsoft.cpp: * TAO_IDL/be/be_visitor_constant.cpp: * TAO_IDL/be/be_visitor_constant/constant_ch.cpp: * TAO_IDL/be/be_visitor_constant/constant_cs.cpp: * TAO_IDL/be_include/be_constant.h: * TAO_IDL/be_include/be_global.h: * TAO_IDL/driver/drv_args.cpp: * TAO_IDL/include/ast_constant.h: Added support for enum constants. Also added command line option to generate constants inline (always in the stub header file regardless of whether the scope of the constant's declaration is nested or not), which works better with some C++ compilers. Thanks to Jody Hagins <jody@atdesk.com> for sending in patches for the inline constant generation option. * TAO_IDL/be/be_visitor_argument/arglist.cpp: Cosmetic changes.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index a85931f686d..8c1e1569274 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,29 @@
+Mon Mar 25 18:27:03 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/ast/ast_constant.cpp:
+ * TAO_IDL/ast/ast_expression.cpp:
+ * TAO_IDL/be/be_constant.cpp:
+ * TAO_IDL/be/be_global.cpp:
+ * TAO_IDL/be/be_sunsoft.cpp:
+ * TAO_IDL/be/be_visitor_constant.cpp:
+ * TAO_IDL/be/be_visitor_constant/constant_ch.cpp:
+ * TAO_IDL/be/be_visitor_constant/constant_cs.cpp:
+ * TAO_IDL/be_include/be_constant.h:
+ * TAO_IDL/be_include/be_global.h:
+ * TAO_IDL/driver/drv_args.cpp:
+ * TAO_IDL/include/ast_constant.h:
+
+ Added support for enum constants. Also added command line option
+ to generate constants inline (always in the stub header file
+ regardless of whether the scope of the constant's declaration
+ is nested or not), which works better with some C++ compilers.
+ Thanks to Jody Hagins <jody@atdesk.com> for sending in patches
+ for the inline constant generation option.
+
+ * TAO_IDL/be/be_visitor_argument/arglist.cpp:
+
+ Cosmetic changes.
+
Sun Mar 24 20:59:07 2002 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/ast/ast_decl.cpp: