summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2012-11-28 16:16:38 -0800
committerMark Spruiell <mes@zeroc.com>2012-11-28 16:16:38 -0800
commitf44be0605986f90f2337eb0ac7edb5ffffe4cb1c (patch)
tree9538e684ec21912cf1fd674611d3425d3d717555 /cpp
parentFixed (ICE-5034) - expect.py script for demo\Ice\properties doesn't work with... (diff)
downloadice-f44be0605986f90f2337eb0ac7edb5ffffe4cb1c.tar.bz2
ice-f44be0605986f90f2337eb0ac7edb5ffffe4cb1c.tar.xz
ice-f44be0605986f90f2337eb0ac7edb5ffffe4cb1c.zip
minor README fixes
Diffstat (limited to 'cpp')
-rw-r--r--cpp/demo/Glacier2/winrt/chat/README.txt4
-rw-r--r--cpp/demo/Ice/winrt/hello/README.txt8
2 files changed, 6 insertions, 6 deletions
diff --git a/cpp/demo/Glacier2/winrt/chat/README.txt b/cpp/demo/Glacier2/winrt/chat/README.txt
index e18320a441a..7385db7512f 100644
--- a/cpp/demo/Glacier2/winrt/chat/README.txt
+++ b/cpp/demo/Glacier2/winrt/chat/README.txt
@@ -1,5 +1,5 @@
-This demo demonstrates the use of a Glacier2 session helpers and how
-to create a graphical client for the simple chat server.
+This demo demonstrates the use of Glacier2 session helpers and how to
+create a graphical client for the simple chat server.
First follow the instructions from the C++ Glacier2 chat demo README
to start the server and the Glacier2 router.
diff --git a/cpp/demo/Ice/winrt/hello/README.txt b/cpp/demo/Ice/winrt/hello/README.txt
index 74d780f81f2..034be2d7a2e 100644
--- a/cpp/demo/Ice/winrt/hello/README.txt
+++ b/cpp/demo/Ice/winrt/hello/README.txt
@@ -1,8 +1,8 @@
This demo illustrates how to invoke ordinary (twoway) operations,
-as well as how to make oneway, datagram, secure, and batched
+as well as how to make oneway, datagram, secure, and batched
invocations.
-First follow the instructions from the C++ Ice hello demo README
+First follow the instructions from the C++ Ice hello demo README
to start the server.
Build and deploy the demo using "Deploy hello" from the "Build" menu.
@@ -11,12 +11,12 @@ Start the "Ice Hello Demo" application from the Windows Start screen
or right click on the project and select Debug -> Start new instance.
To test timeouts you can use the timeout slider to set a timeout in
-the client proxy. And the delay slider to set a delayed response in
+the client proxy and the delay slider to set a delayed response in
the server to cause a timeout.
You will notice that two "Hello World!" messages will be printed by
the server in this case. This is because the sayHello method is marked
-as idempotent in the slice, meaning that Ice does not need to follow
+as idempotent in the Slice, meaning that Ice does not need to follow
the at-most-once retry semantics.
See the manual for more information about retry behavior.