# | Line 24 | Line 24 | class Represent | |
---|---|---|
24 | private: | |
25 | std::multimap<std::string, std::string> cgi; | |
26 | void parse(); | |
27 | + | void headings(xml::TextWriter& xhtml); |
28 | + | void form(xml::TextWriter& xhtml); |
29 | public: | |
30 | Represent(); | |
31 | }; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |