diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-08-24 19:14:00 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-08-24 19:14:00 +0000 |
commit | ce004883e8dc71d59e4e4491e30c5cf9302cc1c7 (patch) | |
tree | e0c32f2375b8b4d219a9537c1cc7a0c7f718f0e0 /cppe/demo | |
parent | fixing typo (diff) | |
download | ice-ce004883e8dc71d59e4e4491e30c5cf9302cc1c7.tar.bz2 ice-ce004883e8dc71d59e4e4491e30c5cf9302cc1c7.tar.xz ice-ce004883e8dc71d59e4e4491e30c5cf9302cc1c7.zip |
minor fixes
Diffstat (limited to 'cppe/demo')
-rw-r--r-- | cppe/demo/IceE/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cppe/demo/IceE/README b/cppe/demo/IceE/README index e309a0a98be..786dfef15a5 100644 --- a/cppe/demo/IceE/README +++ b/cppe/demo/IceE/README @@ -7,10 +7,10 @@ Demos in this directory: - bidir - 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 to the client. + This demo shows how to use bi-directional connections for callbacks. + This is typically used when the server cannot open a connection to + the client to send callbacks, for example, because firewalls block + incoming connections to the client. - callback @@ -22,7 +22,7 @@ Demos in this directory: - chat MFC and command-line clients that work with the Glacier2 chat demo - found in the Ice distibution. + found in the Ice distribution. - hello |