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

Comparing trunk/Search/Processor.hpp (file contents):
Revision 360 by Douglas Thrift, 2004-08-19T20:09:52-07:00 vs.
Revision 365 by douglas, 2008-08-11T15:16:35-07:00

# Line 63 | Line 63 | private:
63          set<string> links;
64          bool process(HttpHandler& http, URL& url, string& title,
65                  string& description, string& text, vector<string>& headings);
66 <        string getTag(const string& line, unsigned open, unsigned close);
66 >        string getTag(const string& line, size_t open, size_t close);
67   public:
68          Processor() {}
69          ~Processor() {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines