Revision: | 1 |
Committed: | 2003-11-05T17:58:20-08:00 (21 years, 7 months ago) by Douglas Thrift |
File size: | 319 byte(s) |
Log Message: | I like cheese! |
# | User | Rev | Content |
---|---|---|---|
1 | Douglas Thrift | 1 | // Host Update |
2 | // | ||
3 | // Douglas Thrift | ||
4 | // | ||
5 | // $Id$ | ||
6 | |||
7 | #ifndef _HostUpdate_h_ | ||
8 | #define _HostUpdate_h_ | ||
9 | |||
10 | #include <iostream> | ||
11 | #include <cgicc/Cgicc.h> | ||
12 | |||
13 | using namespace std; | ||
14 | using namespace cgicc; | ||
15 | |||
16 | class HostUpdate | ||
17 | { | ||
18 | private: | ||
19 | Cgicc cgi; | ||
20 | public: | ||
21 | HostUpdate(); | ||
22 | ~HostUpdate(); | ||
23 | }; | ||
24 | |||
25 | #endif // _HostUpdate_h_ |