diff options
author | gokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-23 19:43:38 +0000 |
---|---|---|
committer | gokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-23 19:43:38 +0000 |
commit | 88fbf455a4e1c9dae71913295720070b37bdf375 (patch) | |
tree | 844951923f6f3fe17715e665d9877329e61d1452 /TAO/TAO_IDL/be/be_exception.cpp | |
parent | 86109cf33c7c91a89f94ca318799314af5bc72c5 (diff) | |
download | ATCD-88fbf455a4e1c9dae71913295720070b37bdf375.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_exception.cpp')
-rw-r--r-- | TAO/TAO_IDL/be/be_exception.cpp | 2 |
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"; |