summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-16 02:57:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-16 02:57:04 +0000
commit655373f2589f7a59fae201e03bdd5c59eb1da292 (patch)
tree3e4b635fbcf9aa6e1053d52b0d7ab52e7d8b8f20
parentfb51d8ca854a8c39e1903c50ab516d6d58d25768 (diff)
downloadATCD-655373f2589f7a59fae201e03bdd5c59eb1da292.tar.gz
* TAO_IDL/be/be_visitor_union/cdr_op_ci.cpp:
Added check and CORBA_Any::from_* construction for generation of CDR insertion operators similarly to the change made for the generated extraction operators listed in a recent commit. MSVC didn't mind, but SunOS/egcs complained.
-rw-r--r--TAO/ChangeLog-99c8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 194ffaf6493..1065870b8b6 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,11 @@
+Thu Jul 15 21:53:18 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_union/cdr_op_ci.cpp:
+ Added check and CORBA_Any::from_* construction for generation of
+ CDR insertion operators similarly to the change made for the
+ generated extraction operators listed in a recent commit.
+ MSVC didn't mind, but SunOS/egcs complained.
+
Thu Jul 15 21:03:31 1999 Marina Spivak <marina@cs.wustl.edu>
* orbsvcs/orbsvcs/Naming/Naming_Utils.cpp