# | Line 227 | Line 227 | void Indexer::robots(URL& url) | |
---|---|---|
227 | ||
228 | string line; | |
229 | bool record(false), hasVersion(false), hasName(false), hasAll(false); | |
230 | < | robot state(none); |
230 | > | Robot state(none); |
231 | Set restrictionsVersion, restrictionsName, restrictionsAll; | |
232 | ||
233 | while (http.good()) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |