summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-05 13:51:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-05 13:51:24 +0000
commit3656e04a81035bf736a4dd094957886822a2b696 (patch)
treeef3e45c4054a9718a452da5bd727e6f07d228b48 /TAO/DevGuideExamples
parent443e7a050179f61326d08f72031ea676417dfec9 (diff)
downloadATCD-3656e04a81035bf736a4dd094957886822a2b696.tar.gz
Fixed fuzz
Diffstat (limited to 'TAO/DevGuideExamples')
-rw-r--r--TAO/DevGuideExamples/AMH/README12
-rw-r--r--TAO/DevGuideExamples/BiDirectionalGIOP/README2
-rw-r--r--TAO/DevGuideExamples/GettingStarted/README12
-rw-r--r--TAO/DevGuideExamples/Messaging/AMIcallback/README10
-rw-r--r--TAO/DevGuideExamples/Messaging/RelativeRoundtripTimeout/README4
-rw-r--r--TAO/DevGuideExamples/Multithreading/GracefulShutdown/README16
-rw-r--r--TAO/DevGuideExamples/Multithreading/Reactive/README12
-rw-r--r--TAO/DevGuideExamples/Multithreading/ThreadPerConnection/README10
-rw-r--r--TAO/DevGuideExamples/Multithreading/ThreadPool/README10
-rw-r--r--TAO/DevGuideExamples/PortableInterceptors/Auth/README12
-rw-r--r--TAO/DevGuideExamples/PortableInterceptors/IOR/README10
-rw-r--r--TAO/DevGuideExamples/PortableInterceptors/PICurrent/README10
-rw-r--r--TAO/DevGuideExamples/PortableInterceptors/SimpleCodec/README14
-rw-r--r--TAO/DevGuideExamples/SmartProxies/README4
-rw-r--r--TAO/DevGuideExamples/ValueTypes/Bank/README10
-rw-r--r--TAO/DevGuideExamples/ValueTypes/Messenger/README12
16 files changed, 80 insertions, 80 deletions
diff --git a/TAO/DevGuideExamples/AMH/README b/TAO/DevGuideExamples/AMH/README
index 3a21e06275a..eeac24e7ae6 100644
--- a/TAO/DevGuideExamples/AMH/README
+++ b/TAO/DevGuideExamples/AMH/README
@@ -6,12 +6,12 @@ File: DevGuideExamples/GettingStarted/README
This directory contains a CORBA example illustrating a simple client and
a server with a Interface Messenger. The Messenger Interface has
an operation for sending a message (send_message). The MessengerClient
-will send a message which is displayed by the MessengerServer when
+will send a message which is displayed by the MessengerServer when
received. The MessengerClient will then confirm that the message has
been sent successfully.
-How to Run
+How to Run
----------
To start the server :
@@ -36,10 +36,10 @@ above. This script can be run via the following command:
NOTE:
- If you run on Windows platform, go to Debug or Release directory to run the
- script via following command:
-
+ If you run on Windows platform, go to Debug or Release directory to run the
+ script via following command:
+
perl ../run_test.pl
-
+
diff --git a/TAO/DevGuideExamples/BiDirectionalGIOP/README b/TAO/DevGuideExamples/BiDirectionalGIOP/README
index de7ea54bb3b..4f7905c326f 100644
--- a/TAO/DevGuideExamples/BiDirectionalGIOP/README
+++ b/TAO/DevGuideExamples/BiDirectionalGIOP/README
@@ -4,7 +4,7 @@ This example is a copy of the $TAO_ROOT/test/BiDirerectional test
but it does not use ACE_TRY/ENVIRONMENT macros.
This example exercises the birectional GIOP connection
-implementation in TAO.
+implementation in TAO.
Start like this:
diff --git a/TAO/DevGuideExamples/GettingStarted/README b/TAO/DevGuideExamples/GettingStarted/README
index 3a21e06275a..eeac24e7ae6 100644
--- a/TAO/DevGuideExamples/GettingStarted/README
+++ b/TAO/DevGuideExamples/GettingStarted/README
@@ -6,12 +6,12 @@ File: DevGuideExamples/GettingStarted/README
This directory contains a CORBA example illustrating a simple client and
a server with a Interface Messenger. The Messenger Interface has
an operation for sending a message (send_message). The MessengerClient
-will send a message which is displayed by the MessengerServer when
+will send a message which is displayed by the MessengerServer when
received. The MessengerClient will then confirm that the message has
been sent successfully.
-How to Run
+How to Run
----------
To start the server :
@@ -36,10 +36,10 @@ above. This script can be run via the following command:
NOTE:
- If you run on Windows platform, go to Debug or Release directory to run the
- script via following command:
-
+ If you run on Windows platform, go to Debug or Release directory to run the
+ script via following command:
+
perl ../run_test.pl
-
+
diff --git a/TAO/DevGuideExamples/Messaging/AMIcallback/README b/TAO/DevGuideExamples/Messaging/AMIcallback/README
index 74eaecb5e42..f31fe364a15 100644
--- a/TAO/DevGuideExamples/Messaging/AMIcallback/README
+++ b/TAO/DevGuideExamples/Messaging/AMIcallback/README
@@ -11,10 +11,10 @@ Method Invocation (AMI) feature of TAO. This feature permits
requests to be made that do not require a client to block while
waiting for a reply from a server.
-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. The server responds to provide confirmation
-that the message was received. The delay for this exchange of
+that the message was received. The delay for this exchange of
messages is then displayed.
@@ -23,12 +23,12 @@ How to Run
To start the server:
------------------
-./MessengerServer
+./MessengerServer
To start the client:
------------------
-./MessengerClient
+./MessengerClient
diff --git a/TAO/DevGuideExamples/Messaging/RelativeRoundtripTimeout/README b/TAO/DevGuideExamples/Messaging/RelativeRoundtripTimeout/README
index 50214efaeba..8f6b56ed984 100644
--- a/TAO/DevGuideExamples/Messaging/RelativeRoundtripTimeout/README
+++ b/TAO/DevGuideExamples/Messaging/RelativeRoundtripTimeout/README
@@ -23,12 +23,12 @@ How to Run
To start the server:
------------------
-./MessengerServer
+./MessengerServer
To start the client:
------------------
-./MessengerClient
+./MessengerClient
diff --git a/TAO/DevGuideExamples/Multithreading/GracefulShutdown/README b/TAO/DevGuideExamples/Multithreading/GracefulShutdown/README
index 0998bbfe167..a46c4e763cb 100644
--- a/TAO/DevGuideExamples/Multithreading/GracefulShutdown/README
+++ b/TAO/DevGuideExamples/Multithreading/GracefulShutdown/README
@@ -8,7 +8,7 @@ Getting Started example to show various techniques for gracefully
shutting down a TAO server.
-How to Run
+How to Run
----------
To start the server :
@@ -20,10 +20,10 @@ where [options] can be one of the following:
-x - (default) shutdown the ORB when the client invokes the
Messenger::shutdown() operation
- -p <n> - use non-blocking ORB operations in a polling loop to shutdown
+ -p <n> - use non-blocking ORB operations in a polling loop to shutdown
after <n> iterations
- -t <n> - schedule a timer with the ORB's reactor to shutdown in
+ -t <n> - schedule a timer with the ORB's reactor to shutdown in
<n> seconds
-r <n> - use the overloaded version of CORBA::ORB::run() that takes
@@ -31,7 +31,7 @@ where [options] can be one of the following:
should process events before returning, where <n> is the
number of seconds the ORB will run.
- -c - spawn a separate thread to shutdown the ORB on any
+ -c - spawn a separate thread to shutdown the ORB on any
input from the console (terminal)
@@ -56,10 +56,10 @@ above. This script can be run via the following command:
NOTE:
- If you run on Windows platform, go to Debug or Release directory to run the
- script via following command:
-
+ If you run on Windows platform, go to Debug or Release directory to run the
+ script via following command:
+
perl ../run_test.pl
-
+
diff --git a/TAO/DevGuideExamples/Multithreading/Reactive/README b/TAO/DevGuideExamples/Multithreading/Reactive/README
index e061c5582fd..b9db158999e 100644
--- a/TAO/DevGuideExamples/Multithreading/Reactive/README
+++ b/TAO/DevGuideExamples/Multithreading/Reactive/README
@@ -6,7 +6,7 @@ File: DevGuideExamples/Multithreading/Reactive/README
This directory contains a CORBA example illustrating a simple client and
a server with an interface Messenger. The Messenger interface has
an operation for sending a message (send_message). The MessengerClient
-will send a message which is displayed by the MessengerServer when
+will send a message which is displayed by the MessengerServer when
received. The MessengerClient will then confirm that the message has
been sent successfully.
@@ -16,7 +16,7 @@ Multithreading with TAO chapter. The svc.conf file shows run time
configuration options for optimizing single-threaded TAO applications.
-How to Run
+How to Run
----------
To start the server :
@@ -41,10 +41,10 @@ above. This script can be run via the following command:
NOTE:
- If you run on Windows platform, go to Debug or Release directory to run the
- script via following command:
-
+ If you run on Windows platform, go to Debug or Release directory to run the
+ script via following command:
+
perl ../run_test.pl
-
+
diff --git a/TAO/DevGuideExamples/Multithreading/ThreadPerConnection/README b/TAO/DevGuideExamples/Multithreading/ThreadPerConnection/README
index 2ac572efae3..e41d0549c0a 100644
--- a/TAO/DevGuideExamples/Multithreading/ThreadPerConnection/README
+++ b/TAO/DevGuideExamples/Multithreading/ThreadPerConnection/README
@@ -10,7 +10,7 @@ capabilities to the server using the thread-per-connection concurrency
model.
-How to Run
+How to Run
----------
To start the server :
@@ -64,10 +64,10 @@ NOTE:
NOTE:
- If you run on Windows platform, go to Debug or Release directory to run the
- script via following command:
-
+ If you run on Windows platform, go to Debug or Release directory to run the
+ script via following command:
+
perl ../run_test.pl
-
+
diff --git a/TAO/DevGuideExamples/Multithreading/ThreadPool/README b/TAO/DevGuideExamples/Multithreading/ThreadPool/README
index fd353365383..59141a7016d 100644
--- a/TAO/DevGuideExamples/Multithreading/ThreadPool/README
+++ b/TAO/DevGuideExamples/Multithreading/ThreadPool/README
@@ -10,7 +10,7 @@ capabilities to the server using the thread pool concurrency model.
The server creates 4 threads for the thread pool.
-How to Run
+How to Run
----------
To start the server :
@@ -67,10 +67,10 @@ NOTE:
NOTE:
- If you run on Windows platform, go to Debug or Release directory to run the
- script via following command:
-
+ If you run on Windows platform, go to Debug or Release directory to run the
+ script via following command:
+
perl ../run_test.pl
-
+
diff --git a/TAO/DevGuideExamples/PortableInterceptors/Auth/README b/TAO/DevGuideExamples/PortableInterceptors/Auth/README
index 5bcc33ea99b..f5e50b2b9f5 100644
--- a/TAO/DevGuideExamples/PortableInterceptors/Auth/README
+++ b/TAO/DevGuideExamples/PortableInterceptors/Auth/README
@@ -9,10 +9,10 @@ File: DevGuideExamples/PortableInterceptor/Auth/README
This directory contains an example illustrating client and server
Request Interceptors.
-This is a simple insecure authentication example that is based on
-the Messenger example in GettingStarted directory. A message is
-sent by MessengerClient and displayed by MessengerServer. A client-side
-portable interceptor adds a username to each request sent to the server.
+This is a simple insecure authentication example that is based on
+the Messenger example in GettingStarted directory. A message is
+sent by MessengerClient and displayed by MessengerServer. A client-side
+portable interceptor adds a username to each request sent to the server.
A server-side interceptor verifies that the supplied username is valid.
How to Run
@@ -20,12 +20,12 @@ How to Run
To start the server:
------------------
-./MessengerServer
+./MessengerServer
To start the client:
------------------
-./MessengerClient
+./MessengerClient
diff --git a/TAO/DevGuideExamples/PortableInterceptors/IOR/README b/TAO/DevGuideExamples/PortableInterceptors/IOR/README
index c0ae563435b..3ed4354a528 100644
--- a/TAO/DevGuideExamples/PortableInterceptors/IOR/README
+++ b/TAO/DevGuideExamples/PortableInterceptors/IOR/README
@@ -6,11 +6,11 @@ Portable Interceptors
File: DevGuideExamples/PortableInterceptor/IOR/README
-This directory contains an example of using portable interceptors to add
+This directory contains an example of using portable interceptors to add
tagged information to an IOR.
-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. On IOR creation, the server has added a special
tag "ServerRequiresAuth". The client is able to extract this tag.
@@ -20,12 +20,12 @@ How to Run
To start the server:
------------------
-./MessengerServer
+./MessengerServer
To start the client:
------------------
-./MessengerClient
+./MessengerClient
Execution via Perl Script
diff --git a/TAO/DevGuideExamples/PortableInterceptors/PICurrent/README b/TAO/DevGuideExamples/PortableInterceptors/PICurrent/README
index 0f37fae7ad8..dc8a4d49420 100644
--- a/TAO/DevGuideExamples/PortableInterceptors/PICurrent/README
+++ b/TAO/DevGuideExamples/PortableInterceptors/PICurrent/README
@@ -7,13 +7,13 @@ 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.
+be used to stop client-side interceptor recursions.
-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
@@ -21,7 +21,7 @@ How to Run
To start the server:
------------------
-./MessengerServer
+./MessengerServer
To start the client:
------------------
diff --git a/TAO/DevGuideExamples/PortableInterceptors/SimpleCodec/README b/TAO/DevGuideExamples/PortableInterceptors/SimpleCodec/README
index 2f7dd7295c5..f129d747ad9 100644
--- a/TAO/DevGuideExamples/PortableInterceptors/SimpleCodec/README
+++ b/TAO/DevGuideExamples/PortableInterceptors/SimpleCodec/README
@@ -9,11 +9,11 @@ File: DevGuideExamples/PortableInterceptor/SimpleCodec/README
This directory contains an example illustrating marshaling of data in
client and server Request Interceptors.
-This example extends the authentication example in ../Auth. It is based on
-the Messenger example in GettingStarted directory. A message is
-sent by MessengerClient and displayed by MessengerServer. A client-side
-portable interceptor adds an encoded (marshaled) GID to each request
-sent to the server. A server-side interceptor verifies that the supplied
+This example extends the authentication example in ../Auth. It is based on
+the Messenger example in GettingStarted directory. A message is
+sent by MessengerClient and displayed by MessengerServer. A client-side
+portable interceptor adds an encoded (marshaled) GID to each request
+sent to the server. A server-side interceptor verifies that the supplied
GID is valid.
How to Run
@@ -21,12 +21,12 @@ How to Run
To start the server:
------------------
-./MessengerServer
+./MessengerServer
To start the client:
------------------
-./MessengerClient
+./MessengerClient
Execution via Perl Script
diff --git a/TAO/DevGuideExamples/SmartProxies/README b/TAO/DevGuideExamples/SmartProxies/README
index 4e6bf55cdcd..2a547b87029 100644
--- a/TAO/DevGuideExamples/SmartProxies/README
+++ b/TAO/DevGuideExamples/SmartProxies/README
@@ -2,9 +2,9 @@
DevGuideExamples/SmartProxies/README
-The example in this directory extends the Messenger example in
+The example in this directory extends the Messenger example in
GettingStarted directory to use the Smart Proxy feature in TAO.
-
+
A new Interface, Logger which supports an operation to log the messages
(log_message) is used to log the information about the use of the
Messenger.
diff --git a/TAO/DevGuideExamples/ValueTypes/Bank/README b/TAO/DevGuideExamples/ValueTypes/Bank/README
index 8078ebe21e1..a048d415f29 100644
--- a/TAO/DevGuideExamples/ValueTypes/Bank/README
+++ b/TAO/DevGuideExamples/ValueTypes/Bank/README
@@ -3,7 +3,7 @@
A simple example using valuetypes.
-How to Run
+How to Run
----------
Start the server :
@@ -28,10 +28,10 @@ above. This script can be run via the following command:
NOTE:
- If you run on Windows platform, go to Debug or Release directory to run the
- script via following command:
-
+ If you run on Windows platform, go to Debug or Release directory to run the
+ script via following command:
+
perl ../run_test.pl
-
+
diff --git a/TAO/DevGuideExamples/ValueTypes/Messenger/README b/TAO/DevGuideExamples/ValueTypes/Messenger/README
index 6d344abc251..ef1629615b7 100644
--- a/TAO/DevGuideExamples/ValueTypes/Messenger/README
+++ b/TAO/DevGuideExamples/ValueTypes/Messenger/README
@@ -3,7 +3,7 @@
This directory contains a CORBA example illustrating a simple client and
a server with a Interface Messenger. The Messenger Interface has
an operation for sending a message (send_message). The MessengerClient
-will send a message which is displayed by the MessengerServer when
+will send a message which is displayed by the MessengerServer when
received. The MessengerClient will then confirm that the message has
been sent successfully.
@@ -12,7 +12,7 @@ Message that encapsulates the message information. The send method on
Messenger has been modified to take a single Message inout parameter.
-How to Run
+How to Run
----------
Start the server :
@@ -37,10 +37,10 @@ above. This script can be run via the following command:
NOTE:
- If you run on Windows platform, go to Debug or Release directory to run the
- script via following command:
-
+ If you run on Windows platform, go to Debug or Release directory to run the
+ script via following command:
+
perl ../run_test.pl
-
+