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

Comparing HostStatus/HostStatus.hpp (file contents):
Revision 39 by Douglas Thrift, 2003-11-15T20:46:26-08:00 vs.
Revision 52 by Douglas Thrift, 2003-12-12T14:28:04-08:00

# Line 13 | Line 13
13   #include <string>
14   #include <sstream>
15   #include <list>
16 + #include <set>
17   #include <map>
18   #include <cstdlib>
19   #include <ctime>
# Line 37 | Line 38 | inline int sputenv(const string& name)
38  
39          int code = putenv(value);
40  
41 +        delete [] value;
42 +
43          return code;
44   }
45  
# Line 74 | Line 77 | private:
77          void parse(const string& method);
78          void mode();
79          void display(const string& method);
80 <        void header();
80 >        void header(const string& method);
81          void footer();
82   public:
83          HostStatus();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines