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

Comparing trunk/Search/Processor.cpp (file contents):
Revision 18 by douglas, 2002-12-09T21:40:12-08:00 vs.
Revision 19 by douglas, 2002-12-10T00:02:22-08:00

# Line 139 | Line 139 | bool Processor::process(HttpHandler& htt
139          description, string& text, vector<string>& headings)
140   {
141          bool inHtml = false, inHead = false, inTitle = false, inBody = false,
142 <                inHeading = false, inComment = false, /*knowSize = page->getSize() > 0,
143 < */              follow = true, answer = true;
142 >                inHeading = false, inComment = false, follow = true, answer = true;
143          unsigned startComment = 0, finishComment = 0;
144          string line;
145          while (http.good())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines