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 338 by douglas, 2004-12-14T15:38:19-08:00 vs.
Revision 348 by douglas, 2004-12-16T16:52:24-08:00

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines