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 10 by douglas, 2002-12-04T20:22:59-08:00 vs.
Revision 11 by douglas, 2002-12-06T11:17:45-08:00

# Line 93 | Line 93 | void Indexer::index(URL& url, ofstream&
93                          {
94                                  if (http.good())
95                                  {
96 <                                        cout << "Indexing " << url << "...";
96 >                                        cout << "Indexing " << url << "..." << flush;
97  
98                                          if (processor.process(http, url))
99                                          {
# Line 165 | Line 165 | void Indexer::robots(URL& url)
165          URL robots = url;
166          robots.setPath(string("/robots.txt"));
167  
168 <        cout << "Checking " << robots << "...";
168 >        cout << "Checking " << robots << "..." << flush;
169  
170          if (http.connect(robots))
171          {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines