ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdate/HostUpdate.hpp
(Generate patch)

Comparing HostUpdate/HostUpdate.hpp (file contents):
Revision 13 by Douglas Thrift, 2003-11-06T23:43:01-08:00 vs.
Revision 14 by Douglas Thrift, 2003-11-07T23:04:39-08:00

# Line 8 | Line 8
8   #define _HostUpdate_hpp_
9  
10   #include <iostream>
11 + #include <fstream>
12 + #include <string>
13 + #include <set>
14   #include <cgicc/Cgicc.h>
15  
16   #include <sys/types.h>
# Line 16 | Line 19
19   #ifndef _WIN32
20  
21   #include <unistd.h>
22 + #include <dirent.h>
23 +
24 + inline int mkdir(const char* path)
25 + {
26 +   return mkdir(path, S_IRUSR | S_IWUSR | S_IXUSR);
27 + }
28  
29   #else
30  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines