summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_exception.cpp
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-12-23 19:43:38 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-12-23 19:43:38 +0000
commit3c7516d86a680cb80a50f5689ac039ff432ab128 (patch)
tree844951923f6f3fe17715e665d9877329e61d1452 /TAO/TAO_IDL/be/be_exception.cpp
parenteb713aa3057cd3f691a8aaba1da8cb41864f73ef (diff)
downloadATCD-3c7516d86a680cb80a50f5689ac039ff432ab128.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_exception.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_exception.cpp b/TAO/TAO_IDL/be/be_exception.cpp
index c68e469a21c..fa0ea4fd946 100644
--- a/TAO/TAO_IDL/be/be_exception.cpp
+++ b/TAO/TAO_IDL/be/be_exception.cpp
@@ -352,7 +352,7 @@ be_exception::gen_client_stubs (void)
*cs << "\treturn ACE_dynamic_cast (" << this->name () << "_ptr, exc);" <<
nl;
*cs << "else" << nl;
- *cs << "\treturn ACE_dynamic_cast (" << this->name () << "_ptr, 0);\n";
+ *cs << "\treturn 0;\n";
cs->decr_indent ();
*cs << "}\n\n";