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

Comparing SiteMapper/Page.cpp (file contents):
Revision 422 by douglas, 2004-12-16T16:52:24-08:00 vs.
Revision 423 by douglas, 2005-03-09T19:23:17-08:00

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines