ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/Search/trunk/Indexer.hpp
(Generate patch)

Comparing trunk/Search/Indexer.h (file contents):
Revision 1 by douglas, 2002-12-04T20:22:59-08:00 vs.
Revision 25 by douglas, 2002-12-22T23:32:58-08:00

# Line 68 | Line 68 | private:
68          Processor processor;
69          Set pages;
70          queue<URL> links;
71 +        queue<string> referers;
72          string indexFile;
73          Set domains;
74          Set restrictions;
75          Set checked;
76 <        void index(URL& url, ofstream& fout);
76 >        void index(URL& url, ofstream& fout, const string referer = "");
77          bool restricted(URL& url);
78          void robots(URL& url);
79   public:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines