ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/Indexer.cpp
(Generate patch)

Comparing trunk/Search/Indexer.cpp (file contents):
Revision 19 by douglas, 2002-12-09T18:31:11-08:00 vs.
Revision 20 by douglas, 2002-12-10T14:04:39-08:00

# Line 185 | Line 185 | void Indexer::robots(URL& url)
185                  cout << "Checking " << robots << "..." << flush;
186  
187                  string line;
188                do http.getline(line); while (http.good() && line != "");
188  
189                  bool record = false, hasVersion = false, hasName = false, hasAll =
190                          false;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines