summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_ClientRequestInterceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/IORInterceptor/FOO_ClientRequestInterceptor.h')
-rw-r--r--TAO/tests/Portable_Interceptors/IORInterceptor/FOO_ClientRequestInterceptor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_ClientRequestInterceptor.h b/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_ClientRequestInterceptor.h
index aa8e3a9a2d6..f9238e40361 100644
--- a/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_ClientRequestInterceptor.h
+++ b/TAO/tests/Portable_Interceptors/IORInterceptor/FOO_ClientRequestInterceptor.h
@@ -37,10 +37,10 @@
*
* @brief Simple concrete client request interceptor.
*
- * This is a test IOR interceptor that embeds a tagged component in an
- * IOR. That tagged component will then be verified on the client
- * side to ensure that IOR interceptor support is functioning
- * properly.
+ * This is a test client request interceptor that extracts a tagged
+ * component that should have been embedded in the server IOR by an
+ * IOR interceptor. It displays the contents of that tagged
+ * component.
*/
class FOO_ClientRequestInterceptor
: public virtual PortableInterceptor::ClientRequestInterceptor,