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

Comparing SiteMapper/SiteMapper.hpp (file contents):
Revision 128 by Douglas Thrift, 2004-03-23T22:15:08-08:00 vs.
Revision 133 by Douglas Thrift, 2004-03-24T18:29:53-08:00

# Line 25 | Line 25 | class SiteMapper
25   private:
26          vector<Page> pages;
27          set<Page> newPages;
28 +        void oldMap(const string& siteMap);
29 +        void index(const string& siteIndex);
30 +        void newMap(const string& siteMap);
31   public:
32          SiteMapper(const string& siteIndex, const string& siteMap);
33          ~SiteMapper() {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines