diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-26 16:06:31 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-26 16:06:31 +0000 |
commit | 0f21efb6a21445e870410d76e78dd6e540ea5a42 (patch) | |
tree | c61b0f2c859c75c8c367997e52abab24639c1a6a /TAO/TAO_IDL | |
parent | 69f931c8746ede88ec47b1fa0e05ab7e02e55611 (diff) | |
download | ATCD-0f21efb6a21445e870410d76e78dd6e540ea5a42.tar.gz |
ChangeLogTag:Mon Oct 26 09:57:29 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp | 6 | ||||
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp | 3 | ||||
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp | 3 | ||||
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp | 3 | ||||
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp | 3 | ||||
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp | 3 | ||||
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp | 3 |
7 files changed, 9 insertions, 15 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp index 45a4e71b400..04d698e395e 100644 --- a/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp +++ b/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp @@ -102,15 +102,15 @@ be_visitor_array_any_op_cs::visit_array (be_array *node) << "_tao_elem = (" << node->name () << "_slice *)_tao_any.value ();" << be_nl << "return 1;" << be_uidt_nl - << "}" << be_uidt_nl + << "}" << be_nl + << "return 0;" << be_uidt_nl << "}" << be_nl << "TAO_CATCHANY" << be_nl << "{" << be_idt_nl << node->name () << "_free (_tao_elem._retn ());" << be_nl << "return 0;" << be_uidt_nl << "}" << be_nl - << "TAO_ENDTRY;" << be_nl - << "return 0;" << be_uidt_nl + << "TAO_ENDTRY;" << be_uidt_nl << "}\n\n"; node->cli_stub_any_op_gen (1); diff --git a/TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp index c591cdc52ba..ef7a5bca8db 100644 --- a/TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp +++ b/TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp @@ -94,8 +94,7 @@ be_visitor_enum_any_op_cs::visit_enum (be_enum *node) << "{" << be_idt_nl << "return 0;" << be_uidt_nl << "}" << be_nl - << "TAO_ENDTRY;" << be_nl - << "return 0;" << be_uidt_nl + << "TAO_ENDTRY;" << be_uidt_nl << "}\n\n"; node->cli_stub_any_op_gen (1); diff --git a/TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp index 9d3f778d2e5..79b62977e59 100644 --- a/TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp +++ b/TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp @@ -127,8 +127,7 @@ be_visitor_exception_any_op_cs::visit_exception (be_exception *node) << "delete _tao_elem;" << be_nl << "return 0;" << be_uidt_nl << "}" << be_nl - << "TAO_ENDTRY;" << be_nl - << "return 0;" << be_uidt_nl + << "TAO_ENDTRY;" << be_uidt_nl << "}\n\n"; 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 75791530f75..ae4d4049647 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,8 +106,7 @@ be_visitor_interface_any_op_cs::visit_interface (be_interface *node) << "{" << be_idt_nl << "return 0;" << be_uidt_nl << "}" << be_nl - << "TAO_ENDTRY;" << be_nl - << "return 0;" << be_uidt_nl + << "TAO_ENDTRY;" << be_uidt_nl << "}\n\n"; *os << "#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)" << be_idt_nl diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp index f7f0565fe40..f6264263d61 100644 --- a/TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp +++ b/TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp @@ -130,8 +130,7 @@ be_visitor_sequence_any_op_cs::visit_sequence (be_sequence *node) << "delete _tao_elem;" << be_nl << "return 0;" << be_uidt_nl << "}" << be_nl - << "TAO_ENDTRY;" << be_nl - << "return 0;" << be_uidt_nl + << "TAO_ENDTRY;" << be_uidt_nl << "}\n\n"; node->cli_stub_any_op_gen (1); diff --git a/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp index 23b7beee215..4d262d1de85 100644 --- a/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp +++ b/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp @@ -126,8 +126,7 @@ be_visitor_structure_any_op_cs::visit_structure (be_structure *node) << "delete _tao_elem;" << be_nl << "return 0; " << be_uidt_nl << "}" << be_nl - << "TAO_ENDTRY;" << be_nl - << "return 0;" << be_uidt_nl + << "TAO_ENDTRY;" << be_uidt_nl << "}\n\n"; diff --git a/TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp index f8310e015b7..06ce1e02e17 100644 --- a/TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp +++ b/TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp @@ -125,8 +125,7 @@ be_visitor_union_any_op_cs::visit_union (be_union *node) << "delete _tao_elem;" << be_nl << "return 0; " << be_uidt_nl << "}" << be_nl - << "TAO_ENDTRY;" << be_nl - << "return 0;" << be_uidt_nl + << "TAO_ENDTRY;" << be_uidt_nl << "}\n\n"; |