diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1998-04-16 15:37:58 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1998-04-16 15:37:58 +0000 |
commit | 933a50ad75591d1c32470ac24a1cb32fcfca611f (patch) | |
tree | 9b3c27391c3fcaae1af10036a173f8689eac3bdd /TAO/TAO_IDL | |
parent | 5b5d1043216992d952efb7b271b95a30d5a90815 (diff) | |
download | ATCD-933a50ad75591d1c32470ac24a1cb32fcfca611f.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_interface.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface.cpp b/TAO/TAO_IDL/be/be_visitor_interface.cpp index 5d391f6766b..b8f13291a1d 100644 --- a/TAO/TAO_IDL/be/be_visitor_interface.cpp +++ b/TAO/TAO_IDL/be/be_visitor_interface.cpp @@ -1017,7 +1017,8 @@ be_visitor_interface_cs::visit_interface (be_interface *node) << be_nl << "CORBA::release (_tao_obj);" << be_nl << "if (_tao_env.exception ()) return 0; // narrow failed" << be_uidt_nl - << "}" << be_uidt_nl + << "}" << be_nl + << "return 1;" << be_uidt_nl << "}\n\n"; os->indent (); |