# | Line 19 | Line 19 | void Page::setUrl(const ext::String& url | |
---|---|---|
19 | } | |
20 | else | |
21 | { | |
22 | < | api::Cerr << program << ": Page.setUrl(" << url << ") failure.\n"; |
22 | > | api::Cerr << SiteMapper::program << ": Page.setUrl(" << url << ") failure.\n"; |
23 | ||
24 | throw; | |
25 | } | |
# | Line 58 | Line 58 | xml::TextWriter& operator<<(xml::TextWri | |
58 | { | |
59 | xml::ScopeElement list(xml, "list"); | |
60 | ||
61 | < | _mforeach (ext::Vector<Page>, child, page.children) xml << *child; |
61 | > | _foreach (ext::Vector<Page>, child, page.children) xml << *child; |
62 | } | |
63 | ||
64 | return xml; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |