# | Line 63 | Line 63 | private: | |
---|---|---|
63 | set<string> links; | |
64 | bool process(HttpHandler& http, URL& url, string& title, string& | |
65 | description, string& text, vector<string>& headings); | |
66 | < | bool html(HttpHandler& http); |
66 | > | // bool html(HttpHandler& http); |
67 | string getTag(const string& line, unsigned open, unsigned close); | |
68 | < | string getLink(string link, URL& url); |
68 | > | // string getLink(string link, URL& url); |
69 | public: | |
70 | Processor(); | |
71 | ~Processor(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |