# | Line 12 | Line 12 | |
---|---|---|
12 | #include <iostream> | |
13 | #include <string> | |
14 | #include <sstream> | |
15 | + | #include <list> |
16 | #include <map> | |
17 | #include <cstdlib> | |
18 | #include <ctime> | |
# | Line 49 | Line 50 | private: | |
50 | Format format; | |
51 | void parse(const string& method); | |
52 | void display(const string& method); | |
53 | + | void header() {} |
54 | + | void footer() {} |
55 | public: | |
56 | HostStatus(); | |
57 | ~HostStatus() {} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |