summaryrefslogtreecommitdiff
path: root/TAO/docs/Options.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/Options.html')
-rw-r--r--TAO/docs/Options.html21
1 files changed, 15 insertions, 6 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index d4d77742a7c..365b31ab914 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -600,12 +600,8 @@ The default is <code>select_mt</code></TD>
-->
<TD><CODE>-ORBConnectorLock</CODE> <EM>lock type</EM></TD>
<TD><a
- name="-ORBConnectorLock"></a>Specify the type of lock to be used by
- the connector. Possible values for <em>lock type</em> are
- <code>thread</code>, which specifies that an inter-thread mutex is
- used to guarantee exclusive acccess, and <code>null</code>, which
- specifies that no locking be performed. The default is
- <code>thread</code>.</TD>
+ name="-ORBConnectorLock"></a>This option has been moved to the
+ client strategy factory.</TD>
</TR>
</TABLE>
@@ -681,6 +677,19 @@ The default is <code>select_mt</code></TD>
</TD>
</TR>
+
+ <TR>
+ <TD><CODE>-ORBConnectorLock</CODE> <EM>lock type</EM></TD>
+ <TD><a
+ name="-ORBConnectorLock"></a>Specify the type of lock to be used by
+ the connector. Possible values for <em>lock type</em> are
+ <code>thread</code>, which specifies that an inter-thread mutex is
+ used to guarantee exclusive acccess, and <code>null</code>, which
+ specifies that no locking be performed. The default is
+ <code>thread</code>.
+ </TD>
+ </TR>
+
</TABLE>
</P>
</BLOCKQUOTE>