summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 18:02:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 18:02:34 +0000
commit4ad80fefe19b042516277425865df8be0e88dda9 (patch)
treed2745362a411b758c89bc6ee4f8312ca97e12075 /TAO/TAO_IDL/be/be_visitor_interface
parent51a708987b4ebea33f1d2bd1808d158c8f892843 (diff)
downloadATCD-4ad80fefe19b042516277425865df8be0e88dda9.tar.gz
replaced the final return 0, but this time wrapped with ACE_NOTREACHED
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
index ae4d4049647..afa82866d55 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
@@ -106,7 +106,8 @@ be_visitor_interface_any_op_cs::visit_interface (be_interface *node)
<< "{" << be_idt_nl
<< "return 0;" << be_uidt_nl
<< "}" << be_nl
- << "TAO_ENDTRY;" << be_uidt_nl
+ << "TAO_ENDTRY;" << be_nl
+ << "ACE_NOTREACHED (return 0);" << be_uidt_nl
<< "}\n\n";
*os << "#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)" << be_idt_nl