# | 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() {} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |