summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServerRequestInfo.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-12-14 03:09:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-12-14 03:09:50 +0000
commit9d7c2343f279e99c7fe60b77b904801e0075790f (patch)
treefa6fb5263e2620d8b7b77051915243351e800d7f /TAO/tao/PortableServer/ServerRequestInfo.h
parent61dfa2af9bb8998af9239f72f42604b651d544a3 (diff)
downloadATCD-9d7c2343f279e99c7fe60b77b904801e0075790f.tar.gz
ChangeLogTag:Wed Dec 13 19:06:43 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/PortableServer/ServerRequestInfo.h')
-rw-r--r--TAO/tao/PortableServer/ServerRequestInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/ServerRequestInfo.h b/TAO/tao/PortableServer/ServerRequestInfo.h
index 42736ae95a1..f63cc154b1f 100644
--- a/TAO/tao/PortableServer/ServerRequestInfo.h
+++ b/TAO/tao/PortableServer/ServerRequestInfo.h
@@ -186,9 +186,9 @@ class TAO_PortableServer_Export TAO_ServerRequestInfo
CORBA::Any result_val_;
CORBA::OctetSeq_var object_id_;
CORBA::OctetSeq_var adapter_id_;
- CORBA::Any any_exception_;
CORBA::Exception *caught_exception_;
+ PortableInterceptor::ReplyStatus reply_status_;
};
#if defined(_MSC_VER) && (_MSC_VER >= 1200)