# | Line 33 | Line 33 | class Represent | |
---|---|---|
33 | private: | |
34 | std::multimap<std::string, std::string> cgi; | |
35 | void parse(); | |
36 | + | std::string decode(const ext::String& encoded); |
37 | void headings(xml::TextWriter& xhtml); | |
38 | void form(xml::TextWriter& xhtml); | |
39 | void output(xml::TextWriter& xhtml); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |