ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostStatus/HostStatus.cpp
(Generate patch)

Comparing HostStatus/HostStatus.cpp (file contents):
Revision 29 by Douglas Thrift, 2003-11-14T12:44:58-08:00 vs.
Revision 31 by Douglas Thrift, 2003-11-14T20:11:01-08:00

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines