summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 16:56:57 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 16:56:57 +0000
commit57dead7253ec896de434eef7dcc356e5d4b7813c (patch)
tree4d21a18c8907a8b38267d217080532beb8797a2d
parent8b09e97f90d2cc3bebfeac361c9e6e2a1e8dda04 (diff)
downloadATCD-57dead7253ec896de434eef7dcc356e5d4b7813c.tar.gz
* TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp:
Fixed extractor for pseudo objects (at least for the two cases TypeCode and Object. A case for ValueBase is still TODO).
-rw-r--r--TAO/ChangeLog-99c7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 7b2a9525941..07dd2bbf25e 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,10 @@
+Wed May 26 11:54:39 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp:
+ Fixed extractor for pseudo objects (at least for
+ the two cases TypeCode and Object. A case for
+ ValueBase is still TODO).
+
Wed May 26 10:28:21 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp: