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

Comparing trunk/Search/Processor.h (file contents):
Revision 14 by douglas, 2002-12-04T20:22:59-08:00 vs.
Revision 15 by douglas, 2002-12-09T09:46:18-08:00

# Line 64 | Line 64 | private:
64          bool process(HttpHandler& http, URL& url, string& title, string&
65                  description, string& text, vector<string>& headings);
66          bool html(HttpHandler& http);
67 <        string getTag(string& line, unsigned open, unsigned close);
68 <        string getLink(string& link, URL& url);
67 >        string getTag(const string& line, unsigned open, unsigned close);
68 >        string getLink(string link, URL& url);
69   public:
70          Processor();
71          ~Processor();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines