summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorsbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-22 18:28:49 +0000
committersbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-22 18:28:49 +0000
commit03c2c8b7799d64aaef95f055ba00b0fd43f6b233 (patch)
treec607c79d2afd1aeefa09a71a467168868662aa83 /TAO/tao
parented9739560b84759dc3783ddff47bf200104dbd06 (diff)
downloadATCD-03c2c8b7799d64aaef95f055ba00b0fd43f6b233.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/Server_Request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Server_Request.cpp b/TAO/tao/Server_Request.cpp
index 4adf1f5d364..11d2b7018b8 100644
--- a/TAO/tao/Server_Request.cpp
+++ b/TAO/tao/Server_Request.cpp
@@ -290,7 +290,7 @@ IIOP_ServerRequest::set_exception (const CORBA::Any &value,
// @@ TODO Does this work in all the cases? Shouldn't we use
// operator= or something similar?
CORBA::TypeCode_var type = value.type ();
- this->exception_->replace (type, value.value (), 1, env);
+ this->exception_->replace (type.in (), value.value (), 1, env);
// @@ This cast is not safe, but we haven't implemented the >>=
// and <<= operators for base exceptions (yet).