From: Braden M. <br...@us...> - 2006-10-12 07:38:56
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20043 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Improved exception safety with ScopeGuard. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.35 retrieving revision 1.1310.2.36 diff -C2 -d -r1.1310.2.35 -r1.1310.2.36 *** ChangeLog 10 Oct 2006 22:28:57 -0000 1.1310.2.35 --- ChangeLog 12 Oct 2006 07:38:51 -0000 1.1310.2.36 *************** *** 1,2 **** --- 1,8 ---- + 2006-10-12 Braden McDaniel <br...@en...> + + * mozilla-plugin/src/openvrml.cpp + (plugin_instance::set_window(NPWindow &)): Improved exception + safety with ScopeGuard. + 2006-10-10 Braden McDaniel <br...@en...> |