blob: 2dc1a44afb3d924513017c5ebb127a3d2d18b709 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$FreeBSD$
--- CH2L.h.orig Fri Feb 21 01:22:49 2003
+++ CH2L.h Fri Feb 21 02:08:08 2003
@@ -189,6 +189,7 @@
///////////////////////////////////////////////
//////////////// spidering //////////////////
+public:
struct spider_info {
std::string mUrl;
std::string mLocalTag;
@@ -200,6 +201,7 @@
friend std::ostream& operator<<(std::ostream &o,const spider_info &si);
};
+private:
typedef std::map<string,spider_info> SpiderTable_t;
SpiderTable_t mSpiderTable;
bool mSpidering; // not the first page
|