# | Line 68 | Line 68 | private: | |
---|---|---|
68 | Processor processor; | |
69 | Set pages; | |
70 | queue<URL> links; | |
71 | + | queue<string> referers; |
72 | string indexFile; | |
73 | Set domains; | |
74 | Set restrictions; | |
75 | Set checked; | |
76 | < | void index(URL& url, ofstream& fout); |
76 | > | void index(URL& url, ofstream& fout, const string referer = ""); |
77 | bool restricted(URL& url); | |
78 | void robots(URL& url); | |
79 | public: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |