summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-25 15:37:40 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-25 15:37:40 +0000
commitebf0fddd773391b877200afa359b498a380b6b35 (patch)
tree6b085ef2947f085c40925f02db35699e3a5bf64c
parent831012b887ab3afb3f45fb50ecc4cfcdf2606914 (diff)
downloadATCD-ebf0fddd773391b877200afa359b498a380b6b35.tar.gz
* TAO_IDL/be/be_visitor_structure/structure_ch.cpp:
For struct foo, removed typedef of foo_ptr and foo::_ptr_type. These are not part of the spec. Thanks to Chris Cleeland <cleeland@cs.wustl.edu> for pointing this out.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 3f128ca7535..3b27fc07c08 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Fri Feb 25 09:34:19 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_structure/structure_ch.cpp:
+ For struct foo, removed typedef of foo_ptr and
+ foo::_ptr_type. These are not part of the spec.
+ Thanks to Chris Cleeland <cleeland@cs.wustl.edu>
+ for pointing this out.
+
Thu Feb 24 18:33:43 2000 Jeff Parsons <parsons@cs.wustl.edu>
* tests/Param_Test/param_test.idl: