summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-07-22 11:24:10 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-07-22 11:24:10 +0000
commitd2e4d1b5f069561751d03707c8184f3f302c56fd (patch)
treea7b0b80827a778bb504f82c94bfb8d2e2f3c6823
parent5cb0ff6546c403f37cca5ec8228c1c4c6b08b300 (diff)
downloadATCD-d2e4d1b5f069561751d03707c8184f3f302c56fd.tar.gz
ChangeLogTag: Mon Jul 22 06:22:45 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/docs/Options.html2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index a2a414506b4..8a3665fc449 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 22 06:22:45 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * docs/Options.html: Fixed a typo in the documentation of
+ -ORBConnectStrategy. Thanks to Colin Weaver
+ <colin.weaver@invensys.com> for pointing this out.
+
Sat Jul 20 09:19:15 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* TAO_IDL/ast/ast_constant.cpp:
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index 218c5b120be..1b363fb9013 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -870,7 +870,7 @@ would load all the options listed within "".
access to the Reactor. The <CODE>reactive</CODE> strategy uses
the Reactor for non-blocking connects but does not take part in
the Leader/Followers protocol, thus it is better used only in
- single threaded applications. Finally, the <CODE>blocking</CODE>
+ single threaded applications. Finally, the <CODE>blocked</CODE>
strategy as the name implies, blocks the thread until
connection is complete. Some of the protocols in TAO viz. SHMIOP
and SSLIOP can only use blocked strategy.