From: Braden M. <br...@us...> - 2007-05-15 05:46:13
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2792 Modified Files: ChangeLog Log Message: Added read_write_mutex.{cpp,h} to the project. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1501 retrieving revision 1.1502 diff -C2 -d -r1.1501 -r1.1502 *** ChangeLog 15 May 2007 04:06:10 -0000 1.1501 --- ChangeLog 15 May 2007 05:46:13 -0000 1.1502 *************** *** 1,4 **** --- 1,9 ---- 2007-05-15 Braden McDaniel <br...@en...> + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj: + Added read_write_mutex.{cpp,h} to the project. + + 2007-05-15 Braden McDaniel <br...@en...> + Added a read/write mutex. Hopefully Boost will have a read/write mutex before too long; if/when that happens, this one can probably |