diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-02-08 22:01:30 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-02-08 22:01:30 +0000 |
commit | 1ee57c05b1c75e7baf0df1426cf679d147f263e7 (patch) | |
tree | a25d5df9d89b1f7e7c044eab1c9f6f777e90671d /cpp | |
parent | adding bidir demo (diff) | |
download | ice-1ee57c05b1c75e7baf0df1426cf679d147f263e7.tar.bz2 ice-1ee57c05b1c75e7baf0df1426cf679d147f263e7.tar.xz ice-1ee57c05b1c75e7baf0df1426cf679d147f263e7.zip |
minor fix
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Ice/README | 4 |
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 |