summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-06 07:57:02 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-06 07:57:02 +0000
commit569a937d85fafd0576ae42152392ed55bd142418 (patch)
tree92e6b755d3e11c5fa39e025a144b143285f28ab7
parentded19ebe41c689401c231dba609d7789b3e84912 (diff)
downloadATCD-569a937d85fafd0576ae42152392ed55bd142418.tar.gz
Updated documentation for Binary Search operation lookup stratetgy has
been incorporated on to TAO_IDL.
-rw-r--r--TAO/docs/compiler.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 4645790beb9..75a1067a4f6 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -141,8 +141,8 @@ are specific to it.
<TD>It is passed to the preprocessor</TD>
</TR>
-<TR NAME="H perfect">
-<TD><TT>-H perfect</TT></TD>
+<TR NAME="H perfect_hashing">
+<TD><TT>-H perfect_hashing</TT></TD>
<TD>To specify the IDL compiler to generate skelton code that uses perfect
hashed operation lookup strategy, which is the default strategy. Perfect
@@ -150,13 +150,20 @@ are specific to it.
</A>program, to generate lookup methods.&nbsp;</TD>
</TR>
-<TR NAME="H dynamic">
-<TD><TT>-H dynamic</TT></TD>
+<TR NAME="H dynamic_hashing">
+<TD><TT>-H dynamic_hashing</TT></TD>
<TD>To specify the IDL compiler to generate skelton code that uses dynamic
hashed operation lookup strategy.&nbsp;</TD>
</TR>
+<TR NAME="H binary_search">
+<TD><TT>-H binary_search</TT></TD>
+
+<TD>To specify the IDL compiler to generate skelton code that uses
+ binary search based operation lookup strategy.&nbsp;</TD>
+</TR>
+
<TR NAME="g">
<TD><TT>-g</TT></TD>