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

Comparing trunk/Search/Search.cpp (file contents):
Revision 348 by Douglas Thrift, 2004-05-26T17:44:17-07:00 vs.
Revision 351 by Douglas Thrift, 2004-05-30T22:03:07-07:00

# Line 51 | Line 51
51   #include "Search.hpp"
52   #include "Indexer.hpp"
53   #include "Searcher.hpp"
54 < #include "Outputer.hpp"
54 > #include "Outputter.hpp"
55  
56   #ifndef _WIN32
57   #include <sys/utsname.h>
# Line 270 | Line 270 | int main(int argc, char* argv[])
270                  query = line;
271  
272                  Searcher searcher(query);
273 <                Outputer outputer(header, body, footer, notfound, pages);
273 >                Outputter outputter(header, body, footer, notfound, pages);
274  
275                  searcher.search(indices);
276 <                outputer.output(searcher, page < 1 ? page : --page);
276 >                outputter.output(searcher, page < 1 ? page : --page);
277          }
278  
279          return 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines