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