Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19366
Modified Files:
ChangeLog
Log Message:
Throw std::runtime_error in response to failures from GLib functions.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1351
retrieving revision 1.1352
diff -C2 -d -r1.1351 -r1.1352
*** ChangeLog 12 Oct 2006 07:39:01 -0000 1.1351
--- ChangeLog 12 Oct 2006 08:57:30 -0000 1.1352
***************
*** 2,5 ****
--- 2,12 ----
* mozilla-plugin/src/openvrml.cpp
+ (NPP_SetWindow(NPP, NPWindow *)): Catch std::runtime_error.
+ (plugin_instance::set_window(NPWindow &)): Throw
+ std::runtime_error in response to failures from GLib functions.
+
+ 2006-10-12 Braden McDaniel <br...@en...>
+
+ * mozilla-plugin/src/openvrml.cpp
(plugin_instance::set_window(NPWindow &)): Improved exception
safety with ScopeGuard.
|