ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/SiteMapper/SiteMapper.cpp
(Generate patch)

Comparing SiteMapper/SiteMapper.cpp (file contents):
Revision 302 by douglas, 2004-11-28T03:01:11-08:00 vs.
Revision 303 by douglas, 2004-12-12T17:58:03-08:00

# Line 67 | Line 67 | void SiteMapper::oldMap(const ext::Strin
67  
68          comment = *document/"comment()";
69  
70 <        if (debug) api::Cerr << "comment = " << comment << '\n';
70 >        if (debug) api::Cerr << "comment = " << comment << ios::NewLine;
71  
72          oldMap(pages, list);
73   }
# Line 142 | Line 142 | bool SiteMapper::newIndex(ext::Vector<Pa
142  
143                                  *page_ = page;
144  
145 <                                api::Cout << "Updated: " << page.getUrl() << "\n";
145 >                                api::Cout << "Updated: " << page.getUrl() << ios::NewLine;
146  
147                                  return true;
148                          }
# Line 194 | Line 194 | void SiteMapper::newMap(ext::Vector<Page
194  
195          _for (MultiMap::const_iterator, itor, newPages.lower_bound(childOf), newPages.upper_bound(childOf))
196          {
197 <                api::Cout << "Added: " << itor->second.getUrl() << "\n";
197 >                api::Cout << "Added: " << itor->second.getUrl() << ios::NewLine;
198  
199                  pages.InsertLast(itor->second);
200          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines