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

Comparing trunk/Search/Indexer.cpp (file contents):
Revision 194 by douglas, 2003-07-11T00:54:47-07:00 vs.
Revision 197 by douglas, 2003-07-14T18:30:46-07:00

# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // $Id: Indexer.cpp,v 1.11 2003/07/11 07:54:46 douglas Exp $
49 > // $Id: Indexer.cpp,v 1.12 2003/07/15 01:30:46 douglas Exp $
50  
51   #include "Indexer.h"
52  
53   #ifndef _WIN32
54   #include <unistd.h>
55 + #else // _WIN32
56 + inline int unlink(const char* filename) { return DeleteFile(filename); }
57   #endif // _WIN32
58  
59   Indexer::Indexer(string& indexFile, set<string>& domains, set<string>&

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines