~ubuntu-branches/ubuntu/maverick/libtorrent-rasterbar/maverick

« back to all changes in this revision

Viewing changes to include/libtorrent/xml_parse.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2010-08-10 12:59:37 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810125937-jbcmmf17y8yo9hgz
Tags: 0.15.0-0ubuntu1
* New upstream version.
* debian/patches/100_fix_html_docs.patch: refreshed.
* debian/control: bump up standards-version to 3.9.1 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                xml_parse_error
51
51
        };
52
52
 
53
 
        inline bool isspace(char c)
54
 
        {
55
 
                const static char* ws = " \t\n\r\f\v";
56
 
                return std::strchr(ws, c);
57
 
        }
58
 
 
59
53
        // callback(int type, char const* name, char const* val)
60
54
        // str2 is only used for attributes. name is element or attribute
61
55
        // name and val is attribute value