summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-02-08 22:01:30 +0000
committerMark Spruiell <mes@zeroc.com>2005-02-08 22:01:30 +0000
commit1ee57c05b1c75e7baf0df1426cf679d147f263e7 (patch)
treea25d5df9d89b1f7e7c044eab1c9f6f777e90671d /cpp
parentadding bidir demo (diff)
downloadice-1ee57c05b1c75e7baf0df1426cf679d147f263e7.tar.bz2
ice-1ee57c05b1c75e7baf0df1426cf679d147f263e7.tar.xz
ice-1ee57c05b1c75e7baf0df1426cf679d147f263e7.zip
minor fix
Diffstat (limited to 'cpp')
-rw-r--r--cpp/demo/Ice/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/README b/cpp/demo/Ice/README
index 4b16053f75b..7b5dfdbc255 100644
--- a/cpp/demo/Ice/README
+++ b/cpp/demo/Ice/README
@@ -16,10 +16,10 @@ Demos in this directory:
- bidir
- This demo demonstrates bi-directional connections for
+ This demo shows how to use bi-directional connections for
callbacks. This is typically used if the server cannot open a
connection to the client to send callbacks, for example, because
- firewalls block incoming connections for the client.
+ firewalls block incoming connections to the client.
- callback