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 27 by douglas, 2002-12-22T23:32:58-08:00 vs.
Revision 28 by douglas, 2003-01-02T19:42:33-08:00

# Line 1 | Line 1
1   /* ============================================================================
2   * Douglas Thrift's Search Engine License
3   *
4 < * Copyright (C) 2002, Douglas Thrift. All Rights Reserved.
4 > * Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved.
5   * Redistribution and use in source and binary forms, with or without
6   * modification, are permitted provided that the following conditions are met:
7   *
# Line 96 | Line 96 | void Indexer::index(URL& url, ofstream&
96                                  {
97                                          http.clear();
98                                          if (!http.handle(url, referer)) exit(1);
99 <                                        
99 >
100                                          cout << "Indexing " << url << "..." << flush;
101  
102                                          if (processor.process(http, url))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines