From: Braden M. <br...@us...> - 2006-05-08 17:03:25
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29916 Modified Files: ChangeLog Log Message: Changed exception specification of openvrml::browser::load_url to throw boost::thread_resource_error. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1233 retrieving revision 1.1234 diff -C2 -d -r1.1233 -r1.1234 *** ChangeLog 7 May 2006 03:39:19 -0000 1.1233 --- ChangeLog 8 May 2006 08:34:16 -0000 1.1234 *************** *** 1,2 **** --- 1,12 ---- + 2006-05-08 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/browser.cpp + (openvrml::browser::load_url(const std::vector<std::string> &, + const std::vector<std::string> &)): Changed exception + specification to throw boost::thread_resource_error. + * src/libopenvrml/openvrml/browser.h (openvrml::browser): Changed + exception specification of load_url member function to throw + boost::thread_resource_error. + 2006-05-06 Braden McDaniel <br...@en...> |