From: Braden M. <br...@us...> - 2007-09-20 00:33:06
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1832 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Add find_interface to the std namespace so ADL will work with openvrml::node_interface_set. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.193 retrieving revision 1.1310.2.194 diff -C2 -d -r1.1310.2.193 -r1.1310.2.194 *** ChangeLog 12 Jul 2007 06:10:35 -0000 1.1310.2.193 --- ChangeLog 20 Sep 2007 00:33:04 -0000 1.1310.2.194 *************** *** 1,2 **** --- 1,7 ---- + 2007-09-19 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/node.h: Add find_interface to the std + namespace so ADL will work with openvrml::node_interface_set. + 2007-07-12 Braden McDaniel <br...@en...> |