summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/ClientRequestInterceptor_Adapter_Impl.cpp
diff options
context:
space:
mode:
authorvzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-03-28 15:32:58 +0000
committervzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-03-28 15:32:58 +0000
commitd24375a6449b0e66681be67ce8748e0f1d37d81e (patch)
treee0f9d47826c15de35aaa5eccdf0079b4c43bdd84 /TAO/tao/PI/ClientRequestInterceptor_Adapter_Impl.cpp
parent74132659326765e0a98609ac01563f339ff9e26f (diff)
downloadATCD-d24375a6449b0e66681be67ce8748e0f1d37d81e.tar.gz
ChangeLogTag: Fri Mar 28 15:30:12 UTC 2008 Vladimir Zykov <vladimir.zykov@prismtech.com>
Diffstat (limited to 'TAO/tao/PI/ClientRequestInterceptor_Adapter_Impl.cpp')
-rw-r--r--TAO/tao/PI/ClientRequestInterceptor_Adapter_Impl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PI/ClientRequestInterceptor_Adapter_Impl.cpp b/TAO/tao/PI/ClientRequestInterceptor_Adapter_Impl.cpp
index bab61d1e201..a5bc7e98540 100644
--- a/TAO/tao/PI/ClientRequestInterceptor_Adapter_Impl.cpp
+++ b/TAO/tao/PI/ClientRequestInterceptor_Adapter_Impl.cpp
@@ -152,7 +152,7 @@ namespace TAO
this->receive_exception (invocation);
PortableInterceptor::ReplyStatus status =
- this->reply_status (invocation);
+ this->pi_reply_status (invocation);
// Only re-throw the exception if it hasn't been transformed by
// the receive_exception() interception point (e.g. to a
@@ -221,7 +221,7 @@ namespace TAO
this->receive_exception (invocation);
PortableInterceptor::ReplyStatus status =
- this->reply_status (invocation);
+ this->pi_reply_status (invocation);
// Only re-throw the exception if it hasn't been transformed by
// the receive_exception() interception point (e.g. to a
@@ -265,7 +265,7 @@ namespace TAO
}
PortableInterceptor::ReplyStatus
- ClientRequestInterceptor_Adapter_Impl::reply_status (
+ ClientRequestInterceptor_Adapter_Impl::pi_reply_status (
TAO::Invocation_Base const &invocation_base)
{
PortableInterceptor::ReplyStatus reply_status;