# | Line 61 | Line 61 | class Processor | |
---|---|---|
61 | private: | |
62 | Page page; | |
63 | set<string> links; | |
64 | < | bool process(HttpHandler& http, URL& url, string& title, string& |
65 | < | description, string& text, vector<string>& headings); |
64 | > | bool process(HttpHandler& http, URL& url, string& title, |
65 | > | string& description, string& text, vector<string>& headings); |
66 | string getTag(const string& line, unsigned open, unsigned close); | |
67 | public: | |
68 | Processor() {} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |