summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README')
-rw-r--r--TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README b/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README
index bce171848f2..596a9a8c0e9 100644
--- a/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README
+++ b/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/README
@@ -1,4 +1,4 @@
-// $Id$
+$Id$
Portable Interceptors
@@ -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