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 202 by douglas, 2003-07-15T00:22:06-07:00 vs.
Revision 203 by douglas, 2003-07-16T21:59:49-07:00

# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // $Id: Indexer.cpp,v 1.13 2003/07/15 07:22:06 douglas Exp $
49 > // $Id: Indexer.cpp,v 1.14 2003/07/17 04:59:49 douglas Exp $
50  
51   #include "Indexer.h"
52  
# Line 137 | Line 137 | void Indexer::index(URL& url, ofstream&
137                                          http.clear();
138                                          if (!http.handle(url, referer)) exit(1);
139  
140 <                                        cout << "Indexing " << url << "..." << flush;
140 >                                        cout << "Indexing " << url << " ... " << flush;
141  
142                                          if (processor.process(http, url))
143                                          {
# Line 227 | Line 227 | void Indexer::robots(URL& url)
227  
228          if (http.handle(robots))
229          {
230 <                cout << "Checking " << robots << "..." << flush;
230 >                cout << "Checking " << robots << " ... " << flush;
231  
232                  string line;
233  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines