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 |
|
} |
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 |
|
} |
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 |
|
} |