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 47 by douglas, 2003-02-01T00:20:17-08:00 vs.
Revision 194 by douglas, 2003-07-11T00:54:47-07:00

# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // Search.cpp
49 > // $Id: Search.cpp,v 1.16 2003/07/11 07:54:47 douglas Exp $
50  
51   #include "Search.h"
52   #include "Indexer.h"
# Line 61 | Line 61
61  
62   string program;
63   string programName = "Douglas Thrift's Search Engine";
64 < string programVersion = "1.1rc3";
64 > string programVersion = "1.2alpha";
65   bool debug = false;
66  
67   int main(int argc, char* argv[])
# Line 227 | Line 227 | int main(int argc, char* argv[])
227                  else if (arg == "-D")
228                  {
229                          debug = true;
230 +                        cerr.setf(ios_base::boolalpha);
231                  }
232                  else
233                  {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines