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 28 by Douglas Thrift, 2003-11-14T11:45:06-08:00 vs.
Revision 29 by Douglas Thrift, 2003-11-14T12:44:58-08:00

# Line 33 | Line 33 | class HostStatus
33   {
34   private:
35          multimap<string, string> cgi;
36 <        void parse();
37 <        void mode();
38 <        void display();
36 >        enum Format {page, table};
37 >        Format format;
38 >        void parse(const string& method);
39 >        void display(const string& method);
40   public:
41          HostStatus();
42          ~HostStatus() {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines