summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 17:24:31 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 17:24:31 +0000
commit2874044ab95d106f9bb641d6168e2e948790890f (patch)
tree0aba95ec1ec98114635ee5b39b8c0e914ce19688
parentf33b90c56969c8e1d333c4547ad113c49102b681 (diff)
downloadATCD-2874044ab95d106f9bb641d6168e2e948790890f.tar.gz
* orbsvcs/IFR_Service/TypeCodeFactory_i.h:
Cosmetic changes. * orbsvcs/TypeCodeFactory_i.cpp: Added create_union_tc() method. Every feature has not been tested with every discriminator type, but enum discriminators have been thoroughly tested, as well as default cases and multiple case labels. Recursive typecodes (structs and unions) are not yet supported.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 1b605a5fb32..d1ca4c39791 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Thu May 25 12:14:06 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * orbsvcs/IFR_Service/TypeCodeFactory_i.h:
+ Cosmetic changes.
+
+ * orbsvcs/TypeCodeFactory_i.cpp:
+ Added create_union_tc() method. Every feature has not
+ been tested with every discriminator type, but enum
+ discriminators have been thoroughly tested, as well
+ as default cases and multiple case labels. Recursive
+ typecodes (structs and unions) are not yet supported.
+
Thu May 25 11:09:24 2000 Chad Elliott <elliott_c@ociweb.com>
* tests/Smart_Proxies/client.cpp