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 36 by Douglas Thrift, 2003-11-15T02:21:22-08:00 vs.
Revision 37 by Douglas Thrift, 2003-11-15T15:12:56-08:00

# Line 140 | Line 140 | void HostStatus::header()
140   void HostStatus::footer()
141   {
142          cout << "</table>\n"
143 + /*              << "<pre>" << flush;
144 +
145 +        ipstream env("env");
146 +
147 +        do
148 +        {
149 +                string line;
150 +
151 +                getline(env, line);
152 +
153 +                cout << line << '\n';
154 +        }
155 +        while (env.good());
156 +
157 +        cout << "</pre>\n"*/
158                  << "</html>\n";
159   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines