# | 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>& |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |