Revision: | 127 |
Committed: | 2004-03-23T19:52:15-08:00 (21 years, 3 months ago) by Douglas Thrift |
File size: | 396 byte(s) |
Log Message: | Snarf! |
# | User | Rev | Content |
---|---|---|---|
1 | Douglas Thrift | 126 | // Site Mapper |
2 | // | ||
3 | // Douglas Thrift | ||
4 | // | ||
5 | // $Id$ | ||
6 | |||
7 | #ifndef _SiteMapper_hpp_ | ||
8 | #define _SiteMapper_hpp_ | ||
9 | |||
10 | #include <iostream> | ||
11 | #include <fstream> | ||
12 | #include <string> | ||
13 | #include <sstream> | ||
14 | #include <vector> | ||
15 | #include <map> | ||
16 | #include <set> | ||
17 | |||
18 | using namespace std; | ||
19 | |||
20 | class SiteMapper | ||
21 | { | ||
22 | private: | ||
23 | // | ||
24 | public: | ||
25 | SiteMapper(const string& siteIndex, const string& siteMap); | ||
26 | ~SiteMapper() {} | ||
27 | }; | ||
28 | |||
29 | #endif // _SiteMapper_hpp_ |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |