summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/DevGuideExamples/PortableInterceptors
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-06 12:29:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-06 12:29:07 +0000
commitcf6a557777250ba461e07c43fe2445b6bc8e4b6e (patch)
tree27146720a147ba022a060064879bec972d6523d8 /TAO/orbsvcs/DevGuideExamples/PortableInterceptors
parent2da4326003dd0031ba6da2a5bf83def07f036b39 (diff)
downloadATCD-cf6a557777250ba461e07c43fe2445b6bc8e4b6e.tar.gz
Fixed fuzz
Diffstat (limited to 'TAO/orbsvcs/DevGuideExamples/PortableInterceptors')
-rw-r--r--TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README b/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README
index bce171848f2..05f86c5e86f 100644
--- a/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README
+++ b/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README
@@ -7,14 +7,14 @@ File: DevGuideExamples/PortableInterceptor/PICurrent_NameService/README
This directory contains an example that shows how the PICurrent can
-be used to stop client-side interceptor recursions. This example is
+be used to stop client-side interceptor recursions. This example is
identical to the ../PICurrent example but uses the Naming Service.
-This example is based on the Messenger example in GettingStarted
-directory. A message is send by MessengerClient and displayed by
+This example is based on the Messenger example in GettingStarted
+directory. A message is send by MessengerClient and displayed by
MessengerServer. When the client receives a reply, it asks the server
for the current time. This causes a recursive call at the receive_reply()
-interception point. A flag is passed in the PICurrent to let the client
+interception point. A flag is passed in the PICurrent to let the client
know the call is recursive.
How to Run