Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20060
Modified Files:
ChangeLog
Log Message:
Improved exception safety with ScopeGuard.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1350
retrieving revision 1.1351
diff -C2 -d -r1.1350 -r1.1351
*** ChangeLog 10 Oct 2006 22:29:16 -0000 1.1350
--- ChangeLog 12 Oct 2006 07:39:01 -0000 1.1351
***************
*** 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...>
|