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 34 by Douglas Thrift, 2003-11-15T01:06:43-08:00 vs.
Revision 35 by Douglas Thrift, 2003-11-15T01:40:10-08:00

# Line 46 | Line 46 | class HostStatus
46   {
47   private:
48          multimap<string, string> cgi;
49 <        enum Format {page, table};
50 <        Format format;
49 >        bool page;
50          void parse(const string& method);
51          void display(const string& method);
52 <        void header() {}
53 <        void footer() {}
52 >        void header();
53 >        void footer();
54   public:
55          HostStatus();
56          ~HostStatus() {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines