summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-11-20 23:26:51 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-11-20 23:26:51 +0000
commitb7b224bc487db43c7213e3a1ea00b310b0a85890 (patch)
treee9f8b7981f4bd51fd7c9fc6584fcac7100cf9b03 /TAO/TAO_IDL/be
parent5c2a91744ed17e1b9863e7d423b32e1f69724cce (diff)
downloadATCD-b7b224bc487db43c7213e3a1ea00b310b0a85890.tar.gz
ChangeLogTag:Wed Nov 20 15:23:40 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/TAO_IDL/be')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp
index 3520c7418cc..2da80088d2c 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp
@@ -364,7 +364,8 @@ be_visitor_operation_ami_cs::gen_marshal_and_invoke (be_operation *node,
<< "\n#endif /* TAO_HAS_INTERCEPTORS */\n" << be_nl;
*os << "for (;;)" << be_nl
- << "{" << be_idt_nl;
+ << "{" << be_idt_nl
+ << "_invoke_status = TAO_INVOKE_EXCEPTION;" << be_nl;
*os << "\n#if TAO_HAS_INTERCEPTORS == 1" << be_nl
<< "TAO_AMI_ClientRequestInfo_i _tao_ri (" << be_idt << be_idt_nl