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 135 by Douglas Thrift, 2004-03-25T01:02:24-08:00 vs.
Revision 136 by Douglas Thrift, 2004-03-25T01:21:21-08:00

# Line 143 | Line 143 | void SiteMapper::index(const string& sit
143   void SiteMapper::newMap(const string& siteMap)
144   {
145          //
146 +
147 +        for (int index = 0; index < pages.size(); index++)
148 +        {
149 +                cout << pages[index] << '\n';
150 +        }
151   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines