summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-18 21:47:14 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-18 21:47:14 +0000
commitb9d9a010525317def5f1a2d6dfe282dae924bfbe (patch)
tree623a1c8a2e86345c2a3372f0d1ae4b61774fefcb
parentc4a174cdfdd80cd7b15f4fcc0f27dcec3eeef1ba (diff)
downloadATCD-b9d9a010525317def5f1a2d6dfe282dae924bfbe.tar.gz
* TAO_IDL/fe/idl.ll:
* TAO_IDL/fe/lex.yy.cpp (idl_store_pragma): Changed the string "id" to match for #pragma ID to upper case. * TAO_IDL/ast/ast_decl.cpp: Changed check in version setting function to correspond to the CORBA 2.5 change that now allows the version to be reset if it is reset to the same value.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 4506ec5b348..e6030aa956b 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,17 @@
+Fri Jan 18 15:41:22 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/fe/idl.ll:
+ * TAO_IDL/fe/lex.yy.cpp (idl_store_pragma):
+
+ Changed the string "id" to match for #pragma ID to
+ upper case.
+
+ * TAO_IDL/ast/ast_decl.cpp:
+
+ Changed check in version setting function to correspond to
+ the CORBA 2.5 change that now allows the version to be reset
+ if it is reset to the same value.
+
Fri Jan 18 13:19:00 2002 Mayur Deshpande <mayur@ics.uci.edu>
* TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp: