diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-11-17 23:43:25 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-11-17 23:43:25 +0000 |
commit | 85590bc5adc902530ade5fbdb26d6aaf72a002a7 (patch) | |
tree | a30d1051f1de2116f83d0669c872d01cf31e5e4f /cpp | |
parent | fix for bug 411: type name vs. type id (diff) | |
download | ice-85590bc5adc902530ade5fbdb26d6aaf72a002a7.tar.bz2 ice-85590bc5adc902530ade5fbdb26d6aaf72a002a7.tar.xz ice-85590bc5adc902530ade5fbdb26d6aaf72a002a7.zip |
fix for bug 492: bi-dir vs. bidir
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Ice/README | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/bidir/README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/README b/cpp/demo/Ice/README index 68b6991c9cd..bed0f149d24 100644 --- a/cpp/demo/Ice/README +++ b/cpp/demo/Ice/README @@ -11,7 +11,7 @@ Demos in this directory: - bidir - This demo shows how to use bi-directional connections for + This demo shows how to use bidirectional 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. diff --git a/cpp/demo/Ice/bidir/README b/cpp/demo/Ice/bidir/README index abce6080ba5..07cb3985956 100644 --- a/cpp/demo/Ice/bidir/README +++ b/cpp/demo/Ice/bidir/README @@ -1,4 +1,4 @@ -This demo shows how to use bi-directional connections for +This demo shows how to use bidirectional 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. |