From: Braden M. <br...@us...> - 2005-11-27 03:05:59
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25723/src/libopenvrml/openvrml Modified Files: browser.cpp Log Message: Removed trailing whitespace. Index: browser.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/browser.cpp,v retrieving revision 1.97 retrieving revision 1.98 diff -C2 -d -r1.97 -r1.98 *** browser.cpp 27 Nov 2005 02:57:18 -0000 1.97 --- browser.cpp 27 Nov 2005 03:05:51 -0000 1.98 *************** *** 2763,2767 **** }; ! class OPENVRML_LOCAL externproto_node : public openvrml::abstract_proto_node { --- 2763,2767 ---- }; ! class OPENVRML_LOCAL externproto_node : public openvrml::abstract_proto_node { *************** *** 2811,2815 **** field_map field_map_; ! public: externproto_node(const externproto_node_type & type, --- 2811,2815 ---- field_map field_map_; ! public: externproto_node(const externproto_node_type & type, *************** *** 4083,4087 **** using openvrml::node_interface; using openvrml::node_interface_set; ! std::auto_ptr<openvrml::scope> root_scope(new openvrml::scope(uri)); boost::shared_ptr<openvrml::node_class> node_class; --- 4083,4087 ---- using openvrml::node_interface; using openvrml::node_interface_set; ! std::auto_ptr<openvrml::scope> root_scope(new openvrml::scope(uri)); boost::shared_ptr<openvrml::node_class> node_class; *************** *** 8246,8250 **** url_(&url) {} ! void operator()() const throw () try { using std::endl; --- 8246,8250 ---- url_(&url) {} ! void operator()() const throw () try { using std::endl; *************** *** 8260,8264 **** try { using boost::algorithm::iequals; ! std::auto_ptr<resource_istream> in = scene.get_resource(url); if (!(*in)) { throw unreachable_url(); } --- 8260,8264 ---- try { using boost::algorithm::iequals; ! std::auto_ptr<resource_istream> in = scene.get_resource(url); if (!(*in)) { throw unreachable_url(); } |