summaryrefslogtreecommitdiff
path: root/TAO/tao/ClientRequestInfo_i.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-12 13:21:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-12 13:21:56 +0000
commit01d9997d46724c6bab4237141fd8b8f8360e3aca (patch)
tree58da87c8a4d0ec41b9f9608258ce0f911e10bd11 /TAO/tao/ClientRequestInfo_i.h
parent4bc8c9c38f13757ec06f2eac83ea5c7fff6d539e (diff)
downloadATCD-01d9997d46724c6bab4237141fd8b8f8360e3aca.tar.gz
ChangeLogTag: Tue Apr 12 14:03:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ClientRequestInfo_i.h')
-rw-r--r--TAO/tao/ClientRequestInfo_i.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tao/ClientRequestInfo_i.h b/TAO/tao/ClientRequestInfo_i.h
index bacee9f8ca5..11eec396b1f 100644
--- a/TAO/tao/ClientRequestInfo_i.h
+++ b/TAO/tao/ClientRequestInfo_i.h
@@ -110,15 +110,13 @@ public:
/// Return the reply status for the current request. Statuses can
/// be PortableInterceptor::SUCCESSFUL, SYSTEM_EXCEPTION,
- /// USER_EXCEPTION, LOCATION_FORWARD, LOCATION_FORWARD_PERMANENT,
- /// TRANSPORT_RETRY.
+ /// USER_EXCEPTION, LOCATION_FORWARD, TRANSPORT_RETRY, UNKNOWN
PortableInterceptor::ReplyStatus reply_status (
ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- /// If the reply status is PortableInterceptor::LOCATION_FORWARD or
- /// PortableInterceptor::LOCATION_FORWARD_PERMANENT, return the
- /// object reference to which the request was forwarded.
+ /// If the reply status is PortableInterceptor::LOCATION_FORWARD
+ /// return the object reference to which the request was forwarded.
CORBA::Object_ptr forward_reference (
ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException)) ;