summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 17:25:06 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 17:25:06 +0000
commitc3c55bdba5a3f60948e171e16d6c38fc13c1d924 (patch)
tree51292662ccd41d07ad7e5354b6a357ff2cf8ce97
parent2874044ab95d106f9bb641d6168e2e948790890f (diff)
downloadATCD-c3c55bdba5a3f60948e171e16d6c38fc13c1d924.tar.gz
* orbsvcs/IFR_Service/TypeCodeFactory_i.h:
Cosmetic changes. * orbsvcs/IFR_Service/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-02a2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index d1ca4c39791..905eaa0f84a 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -3,7 +3,7 @@ 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:
+ * orbsvcs/IFR_Service/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