From 47b3af1237bb202095f2f30d9b4347eaea3784a0 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Tue, 13 Apr 2004 07:02:28 +0000 Subject: Mon Apr 12 23:57:24 2004 Ossama Othman --- TAO/tao/Invocation_Base.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TAO/tao/Invocation_Base.cpp') 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); -- cgit v1.2.1