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

Comparing:
trunk/Search/Indexer.h (file contents), Revision 25 by douglas, 2002-12-22T23:32:58-08:00 vs.
trunk/Search/Indexer.hpp (file contents), Revision 334 by Douglas Thrift, 2004-04-05T16:37:41-07: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-2004, 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 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // Indexer.h
49 > // $Id$
50  
51 < #ifndef _Indexer_h_
52 < #define _Indexer_h_
51 > #ifndef _Indexer_hpp_
52 > #define _Indexer_hpp_
53  
54 < #include "Search.h"
55 < #include "URL.h"
56 < #include "Page.h"
57 < #include "HttpHandler.h"
58 < #include "Processor.h"
54 > #include "Search.hpp"
55 > #include "URL.hpp"
56 > #include "Page.hpp"
57 > #include "HttpHandler.hpp"
58 > #include "Processor.hpp"
59  
60   typedef set<string> Set;
61   typedef set<string>::iterator SetIterator;
# Line 77 | Line 77 | private:
77          bool restricted(URL& url);
78          void robots(URL& url);
79   public:
80 <        Indexer(string& indexFile, set<string>& domains,
81 <                set<string>& restrictions);
80 >        Indexer(string& indexFile, set<string>& domains, set<string>&
81 >                restrictions);
82          ~Indexer() {}
83          void index(string& begin);
84   };
85  
86 < #endif // _Indexer_h_
86 > #endif // _Indexer_hpp_

Comparing:
trunk/Search/Indexer.h (property svn:eol-style), Revision 25 by douglas, 2002-12-22T23:32:58-08:00 vs.
trunk/Search/Indexer.hpp (property svn:eol-style), Revision 334 by Douglas Thrift, 2004-04-05T16:37:41-07:00

# Line 0 | Line 1
1 + native

Comparing:
trunk/Search/Indexer.h (property svn:keywords), Revision 25 by douglas, 2002-12-22T23:32:58-08:00 vs.
trunk/Search/Indexer.hpp (property svn:keywords), Revision 334 by Douglas Thrift, 2004-04-05T16:37:41-07:00

# Line 0 | Line 1
1 + Id

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines