From: Braden M. <br...@us...> - 2006-08-09 01:14:24
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5374/doc Modified Files: index.doc Log Message: Documentation improvements. Index: index.doc =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/index.doc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.doc 8 Aug 2006 06:32:11 -0000 1.2 --- index.doc 9 Aug 2006 01:14:19 -0000 1.3 *************** *** 117,122 **** * If user code needs to feed data into a buffer in a separate thread, that ! * buffer should not be the one managed by the @c streambuf interface. In ! * general it is appropriate to use a secondary buffer, protected with thread * synchronization primitives, for writing incoming data. Data can then be * moved from this buffer to the <code>streambuf</code>'s buffer in the --- 117,123 ---- * If user code needs to feed data into a buffer in a separate thread, that ! * buffer should not be the one managed by the @c streambuf interface (i.e., ! * the buffer to which @c eback, @c gptr, and @c egptr point). In general it ! * is appropriate to use a secondary buffer, protected with thread * synchronization primitives, for writing incoming data. Data can then be * moved from this buffer to the <code>streambuf</code>'s buffer in the |