# | 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() {} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |