Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19210
Modified Files:
Tag: OpenVRML-0_16-BRANCH
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.1310.2.36
retrieving revision 1.1310.2.37
diff -C2 -d -r1.1310.2.36 -r1.1310.2.37
*** ChangeLog 12 Oct 2006 07:38:51 -0000 1.1310.2.36
--- ChangeLog 12 Oct 2006 08:57:04 -0000 1.1310.2.37
***************
*** 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.
|