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 331 by Douglas Thrift, 2004-04-05T15:50:25-07:00 vs.
Revision 334 by Douglas Thrift, 2004-04-05T16:37:41-07:00

# Line 48 | Line 48
48   //
49   // $Id$
50  
51 < #include "Search.h"
52 < #include "Indexer.h"
53 < #include "Searcher.h"
54 < #include "Outputer.h"
51 > #include "Search.hpp"
52 > #include "Indexer.hpp"
53 > #include "Searcher.hpp"
54 > #include "Outputer.hpp"
55  
56   #ifndef _WIN32
57   #include <sys/utsname.h>
# Line 61 | Line 61
61  
62   string program;
63   string programName = "Douglas Thrift's Search Engine";
64 < string programVersion = "1.2";
64 > string programVersion = "1.3svn";
65   bool debug = false;
66  
67   int main(int argc, char* argv[])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines