summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-20 18:56:03 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-20 18:56:03 +0000
commit39fa885bf9647160998345118c9cbe8744fb81bc (patch)
treecd12381f57e89d83813f87c24dcddd6a51c22218
parent3b767772b61727b3c3f5d59f401a7830f234d1d8 (diff)
downloadATCD-39fa885bf9647160998345118c9cbe8744fb81bc.tar.gz
* TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp:
Modified my earlier change to the way a return valuetype is declared in the stub. This clears up compile errors in TAO/esamples/OBV/Typed_Events.
-rw-r--r--TAO/ChangeLog-99c7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 1419e91e099..e1714ecf83d 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,10 @@
+Fri Aug 20 13:48:45 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp:
+ Modified my earlier change to the way a return
+ valuetype is declared in the stub. This clears up
+ compile errors in TAO/esamples/OBV/Typed_Events.
+
Thu Aug 19 20:05:06 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp: