summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-06 01:37:11 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-06 01:37:11 +0000
commit186c89976fc8768e2e8e8a3835a774b711317405 (patch)
tree1600f63fbdd40d6a78f35a115d2f089cf1d487c0
parent7bad3cf21f7f788f5177d2ce3c1848492dce4cd6 (diff)
downloadATCD-186c89976fc8768e2e8e8a3835a774b711317405.tar.gz
* TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp:
Removed use of '_var_type' in generated code for the exception holder. This typedef is intended for use with template programming, which is not the case here. In addition, old g++ does not see the typedef since the compiler does not scope it properly.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 5a9e08c99c9..35794366579 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -21,6 +21,16 @@ Tue Dec 5 15:07:45 2000 Marina Spivak <marina@cs.wustl.edu>
double-checked locking. This should significantly improve
performance on the critical path.
+Tue Dec 5 14:16:38 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp:
+
+ Removed use of '_var_type' in generated code for the exception
+ holder. This typedef is intended for use with template
+ programming, which is not the case here. In addition, old g++
+ does not see the typedef since the compiler does not scope
+ it properly.
+
Tue Dec 5 12:57:33 2000 Ossama Othman <ossama@uci.edu>
* tests/Portable_Interceptors/Benchmark/server.cpp (main):