ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdate/HostUpdate.hpp
Revision: 2
Committed: 2003-11-05T18:29:00-08:00 (21 years, 7 months ago) by Douglas Thrift
File size: 319 byte(s)
Log Message:
Did stuff!

File Contents

# Content
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_

Properties

Name Value
svn:keywords Id