From: Braden M. <br...@us...> - 2006-12-28 23:11:33
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10806 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Microsoft cl 14.00.50727.762 (Visual C++ 8.0 SP1) is consistent in its lack of support for function try blocks. The previous release (14.00.50727.42) was hit-or-miss. This changes code that the newer compiler complains about. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.78 retrieving revision 1.1310.2.79 diff -C2 -d -r1.1310.2.78 -r1.1310.2.79 *** ChangeLog 28 Dec 2006 20:10:24 -0000 1.1310.2.78 --- ChangeLog 28 Dec 2006 23:10:56 -0000 1.1310.2.79 *************** *** 1,4 **** --- 1,22 ---- 2006-12-28 Braden McDaniel <br...@en...> + Microsoft cl 14.00.50727.762 (Visual C++ 8.0 SP1) is consistent in + its lack of support for function try blocks. The previous + release (14.00.50727.42) was hit-or-miss. This changes code that + the newer compiler complains about. + + * src/libopenvrml/openvrml/browser.cpp + (externproto_node_metatype::load_proto::operator()() const): + Removed function try block. + (openvrml::browser::root_scene_loader::operator()() const): + Removed function try block. + (openvrml::browser::vrml_from_url_creator::operator()() const): + Removed function try block. + * src/libopenvrml/openvrml/vrml97node.cpp + (inline_node::load_inline_scene::operator()() const): Removed + function try block. + + 2006-12-28 Braden McDaniel <br...@en...> + Fixed position of attribute applied to OpenGL callback functions. |