summaryrefslogtreecommitdiff
path: root/TAO/ChangeLogs
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-02 03:06:39 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-02 03:06:39 +0000
commit8164d4ec6a68e0ec0e4ed1197f7bd6bac17ab293 (patch)
tree5cdc8519f91f501be3df21c16aab5390b5b835f0 /TAO/ChangeLogs
parent426b79f4bb581cc612fd9ba5d91190e86f399d15 (diff)
downloadATCD-8164d4ec6a68e0ec0e4ed1197f7bd6bac17ab293.tar.gz
* TAO_IDL/be/be_visitor_context.cpp:
Fixed some cut and paste errors. * TAO_IDL/be/be_valuetype.cpp: * TAO_IDL/be_include/be_valuetype.h: Made the signature of redefine() consistent with the base class versions in AST_Interface and AST_Valuetype. * TAO_IDL/be_include/be_visitor_operation/ami_cs.h: * TAO_IDL/be_include/be_visitor_operation/ami_handler_reply_stub_operation_cs.h: * TAO_IDL/be_include/be_visitor_operation/operation.h: Changed gen_pre_stub_info() to be non-virtual to avoid a warning on DEC Unix. * TAO_IDL/fe/idl.yy: * TAO_IDL/fe/y.tab.cpp: Had to change the recursive-handedness of a production rule for parsing the parameters of a valuetype factory operation. The previous version was causing a crash when parsing a factory operation with more than one parameter.
Diffstat (limited to 'TAO/ChangeLogs')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index e1099ffa35e..561c202db03 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,30 @@
+Mon Jul 1 21:58:25 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_context.cpp:
+
+ Fixed some cut and paste errors.
+
+ * TAO_IDL/be/be_valuetype.cpp:
+ * TAO_IDL/be_include/be_valuetype.h:
+
+ Made the signature of redefine() consistent with the
+ base class versions in AST_Interface and AST_Valuetype.
+
+ * TAO_IDL/be_include/be_visitor_operation/ami_cs.h:
+ * TAO_IDL/be_include/be_visitor_operation/ami_handler_reply_stub_operation_cs.h:
+ * TAO_IDL/be_include/be_visitor_operation/operation.h:
+
+ Changed gen_pre_stub_info() to be non-virtual to avoid a
+ warning on DEC Unix.
+
+ * TAO_IDL/fe/idl.yy:
+ * TAO_IDL/fe/y.tab.cpp:
+
+ Had to change the recursive-handedness of a production rule
+ for parsing the parameters of a valuetype factory operation.
+ The previous version was causing a crash when parsing a
+ factory operation with more than one parameter.
+
Mon Jul 1 19:09:43 2002 Jeff Parsons <parsons@cs.wustl.edu>
* tao/PortableInterceptor.pidl: