summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-05-21 02:51:48 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-05-21 02:51:48 +0000
commitcefc5d98dcb15451da5af59bc38624cf1d24e806 (patch)
treea6a76336cb1ffa97ce4a6ac1e7464ea91a7250a7 /TAO/tao
parent9b1dcb705a178b0de7f7c64c45eb339609bd6b74 (diff)
downloadATCD-cefc5d98dcb15451da5af59bc38624cf1d24e806.tar.gz
ChangeLogTag:Tue May 20 21:49:14 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/DynamicInterface/Request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/Request.cpp b/TAO/tao/DynamicInterface/Request.cpp
index d04af286363..8f3e938dc91 100644
--- a/TAO/tao/DynamicInterface/Request.cpp
+++ b/TAO/tao/DynamicInterface/Request.cpp
@@ -240,7 +240,7 @@ CORBA::Request::invoke (ACE_ENV_SINGLE_ARG_DECL)
// (which is also the order that DII users are required to
// use).
- if (this->result_ != 0)
+ if (this->result_ != 0 && this->result_->value ()->impl ())
{
// We can be sure that the impl is a TAO::Unknown_IDL_Type.
this->result_->value ()->impl ()->_tao_decode (call.inp_stream ()