summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServerRequestInfo.h
diff options
context:
space:
mode:
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)