summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-12-19 00:19:59 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-12-19 00:19:59 +0000
commitb98e3f80027d5bdc18067eb6ff548e33a5c65261 (patch)
tree60b06757f92fd22195ba424306fe29be45b6d3fd /TAO/TAO_IDL
parent6d4dc35dd2066ec5441b34dcfc78c0137e83fc4c (diff)
downloadATCD-b98e3f80027d5bdc18067eb6ff548e33a5c65261.tar.gz
ChangeLogTag:Mon Dec 18 19:14:25 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp
index 2f72b09b76d..c1462d2ff54 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp
@@ -455,7 +455,7 @@ be_visitor_operation_interceptors_ss::visit_operation (be_operation *node)
{
*os << "CORBA::Boolean tk_void_any = 0;" << be_nl
<< "CORBA::Any *result_any =" << be_idt_nl
- << "TAO_RequestInfo_Util::make_any (0, ACE_TRY_ENV);"
+ << "TAO_RequestInfo_Util::make_any (tk_void_any, ACE_TRY_ENV);"
<< be_uidt_nl
<< "ACE_CHECK_RETURN (0);" << be_nl
<< be_nl