summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Base.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-04-13 07:02:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-04-13 07:02:28 +0000
commit47b3af1237bb202095f2f30d9b4347eaea3784a0 (patch)
tree1c6c3103a92e233ee1683bd5c5ea2de89cb744bf /TAO/tao/Invocation_Base.cpp
parent066049457b23142d25d8ae3614b48df26c1a4b70 (diff)
downloadATCD-47b3af1237bb202095f2f30d9b4347eaea3784a0.tar.gz
Mon Apr 12 23:57:24 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Invocation_Base.cpp')
-rw-r--r--TAO/tao/Invocation_Base.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Invocation_Base.cpp b/TAO/tao/Invocation_Base.cpp
index 05d61e10875..a736f017225 100644
--- a/TAO/tao/Invocation_Base.cpp
+++ b/TAO/tao/Invocation_Base.cpp
@@ -196,7 +196,7 @@ namespace TAO
ACE_ENDTRY;
ACE_CHECK_RETURN (TAO_INVOKE_FAILURE);
- PortableInterceptor::ReplyStatus status =
+ const PortableInterceptor::ReplyStatus status =
this->req_info_.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (TAO_INVOKE_FAILURE);
@@ -255,7 +255,7 @@ namespace TAO
ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (PortableInterceptor::UNKNOWN);
- PortableInterceptor::ReplyStatus status =
+ const PortableInterceptor::ReplyStatus status =
this->req_info_.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (status);
@@ -273,7 +273,7 @@ namespace TAO
ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (PortableInterceptor::UNKNOWN);
- PortableInterceptor::ReplyStatus status =
+ const PortableInterceptor::ReplyStatus status =
this->req_info_.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (status);