summaryrefslogtreecommitdiff
path: root/TAO/tao/ClientRequestInterceptor_Adapter.h
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/ClientRequestInterceptor_Adapter.h
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/ClientRequestInterceptor_Adapter.h')
-rw-r--r--TAO/tao/ClientRequestInterceptor_Adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ClientRequestInterceptor_Adapter.h b/TAO/tao/ClientRequestInterceptor_Adapter.h
index 95a383058f0..20b07e45377 100644
--- a/TAO/tao/ClientRequestInterceptor_Adapter.h
+++ b/TAO/tao/ClientRequestInterceptor_Adapter.h
@@ -102,7 +102,7 @@ namespace TAO
virtual void destroy_interceptors (void) = 0;
/// Convert TAO Invocation status to a PI status
- virtual PortableInterceptor::ReplyStatus reply_status (
+ virtual PortableInterceptor::ReplyStatus pi_reply_status (
TAO::Invocation_Base const &invocation_base) = 0;
};