# | Line 24 | Line 24 | |
---|---|---|
24 | #include <string> | |
25 | #include <map> | |
26 | ||
27 | – | extern ext::String program; |
28 | – | extern bool debug; |
29 | – | |
27 | #include "Page.hpp" | |
28 | ||
29 | class SiteMapper | |
# | Line 43 | Line 40 | private: | |
40 | void newMap(ext::Vector<Page>& pages, const ext::String& childOf, std::multimap<std::string, Page>& newPages); | |
41 | public: | |
42 | SiteMapper(const ext::String& siteIndex, const ext::String& siteMap); | |
43 | < | ~SiteMapper() {} |
43 | > | static ext::String program; |
44 | > | static bool debug; |
45 | }; | |
46 | ||
47 | #endif // _SiteMapper_hpp_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |