summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-14 13:37:08 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-14 13:37:08 +0000
commit3ab8cfa07d7235a304a11d1691f583a5ae93c6e6 (patch)
treec19e6516071193f04c38b05a8f97072f70e5a599
parentf87dbcc14e5007485fb5ce1039f16693e82ebcc9 (diff)
downloadATCD-3ab8cfa07d7235a304a11d1691f583a5ae93c6e6.tar.gz
ChangeLogTag: Tue Sep 14 06:27:15 2004 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--TAO/docs/compiler.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 9f709cb3937..3c67ac8d5cd 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -43,7 +43,7 @@ these files:) <P>
<LI> <B><EM>Server skeletons</EM></B>, <EM>i.e.</EM>, <tt>*S.h</tt>, <tt>*S.inl</tt>, and
<tt>*S.cpp</tt>. Servers need to <code>#include</code> and link
with these files.
- <LI> <B><EM>Server skeleton templates</EM></B>, <EM>i.e.</EM>, <tt>*S_T.h</tt>, <tt>S_T.i</tt>,
+ <LI> <B><EM>Server skeleton templates</EM></B>, <EM>i.e.</EM>, <tt>*S_T.h</tt>, <tt>S_T.inl</tt>,
and <tt>*S_T.cpp</tt>. Some C++ compilers do not like template
and non-template code in the same files, so TAO's IDL compiler
generates these files separately.
@@ -490,7 +490,7 @@ also receives other options that are specific to it. <p>
<tr><a name="ci">
<td><tt>-ci</tt></td>
- <td>Client inline file name ending. Default is "C.i".</td>
+ <td>Client inline file name ending. Default is "C.inl".</td>
<td>&nbsp;</td>
</tr>
@@ -511,14 +511,14 @@ also receives other options that are specific to it. <p>
<tr><a name="si">
<td><tt>-si</tt></td>
- <td>Server inline skeleton file name ending. Default is "S.i".</td>
+ <td>Server inline skeleton file name ending. Default is "S.inl".</td>
<td>&nbsp;</td>
</tr>
<tr><a name="st">
<td><tt>-st</tt></td>
- <td>Server's template inline file name ending. Default is "S_T.i".</td>
+ <td>Server's template inline file name ending. Default is "S_T.inl".</td>
<td>&nbsp;</td>
</tr>