summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation/interceptors_exceptlist.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-01 07:03:13 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-01 07:03:13 +0000
commit7ddd94a0159a234a2c31b4a1b07b7748b5114e0d (patch)
tree0db3b5ab6c404a81ff70f1937154372fab999c8d /TAO/TAO_IDL/be/be_visitor_operation/interceptors_exceptlist.cpp
parentd551f85e057b323158e1648aa86b4df2020cf82a (diff)
downloadATCD-refactor.tar.gz
ChangeLogTag: Tue Apr 1 000:37:21 2003 Jeff Parsons <j.parsons@vanderbilt.edu>refactor
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation/interceptors_exceptlist.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/interceptors_exceptlist.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_exceptlist.cpp b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_exceptlist.cpp
index f60dd96d77d..47364de4493 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_exceptlist.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_exceptlist.cpp
@@ -106,6 +106,7 @@ be_visitor_operation_interceptors_exceptlist::gen_exceptlist (
*os << be_uidt_nl << "};" << be_nl;
long excp_count = (node->exceptions())->length ();
+
*os << be_nl
<< "exception_list->length (" << excp_count << ");" << be_nl
<< "for (CORBA::ULong i = 0; i < " << excp_count << "; ++i)"
@@ -118,5 +119,5 @@ be_visitor_operation_interceptors_exceptlist::gen_exceptlist (
<< "(*exception_list)[i] = tcp_object;" << be_uidt_nl
<< "}\n" << be_uidt;
-return 0;
+ return 0;
}