From: Braden M. <br...@us...> - 2007-05-25 06:13:06
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13743 Modified Files: ChangeLog Log Message: Protect browser::load_root_scene_thread_ with a read-write mutex. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1509 retrieving revision 1.1510 diff -C2 -d -r1.1509 -r1.1510 *** ChangeLog 21 May 2007 06:37:03 -0000 1.1509 --- ChangeLog 25 May 2007 06:13:03 -0000 1.1510 *************** *** 1,2 **** --- 1,15 ---- + 2007-05-25 Braden McDaniel <br...@en...> + + Protect browser::load_root_scene_thread_ with a read-write mutex. + + * src/libopenvrml/openvrml/browser.cpp + (openvrml::browser::~browser()): Lock the + load_root_scene_thread_mutex_ for reading. + (openvrml::browser::load_url(const std::vector<std::string> &, + const std::vector<std::string> &)): Lock the + load_root_scene_thread_mutex_. + * src/libopenvrml/openvrml/browser.h + (openvrml::browser): Added member load_root_scene_thread_mutex_. + 2007-05-21 Braden McDaniel <br...@en...> |