We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cf075 commit 2c2a752Copy full SHA for 2c2a752
1 file changed
TAO/TAO_IDL/be/be_visitor_map/cdr_op_cs.cpp
@@ -57,17 +57,15 @@ be_visitor_map_cdr_op_cs::visit_map (be_map *node)
57
<< node->name() << "&)"
58
<< be_uidt_nl
59
<< "{" << be_idt_nl
60
- << "throw ::CORBA::NO_IMPLEMENT ();" << be_nl
61
- << "return false;" << be_uidt_nl
+ << "throw ::CORBA::NO_IMPLEMENT ();" << be_uidt_nl
62
<< "}" << be_nl_2;
63
64
*os << "::CORBA::Boolean operator>> ("<< be_idt_nl
65
<< "TAO_InputCDR &," << be_nl
66
67
68
69
70
71
72
73
if (be_global->gen_ostream_operators ())
0 commit comments