[eros-cvs] cvs commit: eros/src/doc/www/devel/ProgGuide Cover.html idl.html
shap@eros.cs.jhu.edu
shap@eros.cs.jhu.edu
Fri, 26 Jan 2001 14:14:50 -0500
shap 01/01/26 14:14:50
Modified: src/doc/www/devel/ProgGuide Cover.html idl.html
Log:
trivia prior to renaming file
Revision Changes Path
1.11 +3 -0 eros/src/doc/www/devel/ProgGuide/Cover.html
Index: Cover.html
===================================================================
RCS file: /cvs/eros/src/doc/www/devel/ProgGuide/Cover.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Cover.html 1999/10/22 01:08:31 1.10
+++ Cover.html 2001/01/26 19:14:50 1.11
@@ -28,6 +28,9 @@
<br><a href="hll-key.html">Capability Support in High-Level
Languages</a>
<br>
+ <br><a href="idl.html">Capability Support in High-Level
+ Languages</a>
+ <br>
</td>
<td width="5%"> </td>
<td valign=top>
1.2 +4 -4 eros/src/doc/www/devel/ProgGuide/idl.html
Index: idl.html
===================================================================
RCS file: /cvs/eros/src/doc/www/devel/ProgGuide/idl.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- idl.html 2001/01/26 18:33:07 1.1
+++ idl.html 2001/01/26 19:14:50 1.2
@@ -38,10 +38,10 @@
be dated or incomplete.</em>
</p>
<p>
- CapIDL is the interface description language used to
- describe object interfaces in the EROS system. CapIDL is
- derived from the CORBA IDL (version 2.4.1), but has been
- modified to meet the particular needs of capability
+ <b>CapIDL</b> is the interface description language used
+ to describe object interfaces in the EROS system. CapIDL
+ is derived from the CORBA IDL (version 2.4.1), but has
+ been modified to meet the particular needs of capability
systems. Several features of the CORBA IDL have been
removed, and a small number of features (and syntax)
specific to capability systems have been added.