# | 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 74 | Line 75 | private: | |
75 | void parse(const string& method); | |
76 | void mode(); | |
77 | void display(const string& method); | |
78 | < | void header(); |
78 | > | void header(const string& method); |
79 | void footer(); | |
80 | public: | |
81 | HostStatus(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |