# | Line 5 | Line 5 | |
---|---|---|
5 | // $Id$ | |
6 | ||
7 | #include "HostStatus.hpp" | |
8 | + | #include "Host.hpp" |
9 | ||
10 | int main(int argc, char* argv[]) | |
11 | { | |
# | Line 83 | Line 84 | void HostStatus::display(const string& m | |
84 | hostupdate << itor->first << '=' << itor->second << '&'; | |
85 | } | |
86 | ||
87 | < | hostupdate << '\n'; |
87 | > | hostupdate << '\n' << flush; |
88 | } | |
89 | ||
90 | do |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |