ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/c++/XMLFormatter.cpp
(Generate patch)

Comparing projects/cms/source/host/c++/XMLFormatter.cpp (file contents):
Revision 1.3 by ab11, Mon Feb 26 14:42:43 2001 UTC vs.
Revision 1.4 by ab11, Mon Feb 26 14:54:13 2001 UTC

# Line 23 | Line 23 | XMLFormatter::XMLFormatter( string newHostInfo, string
23          // std::cout << "DEBUG: " << newHostInfo << ":" << attributes << "\n";
24          xmlData += "<";
25          xmlData += newHostInfo;
26 +        xmlData += " ";
27 +        xmlData += attributes;
28          xmlData += ">";
29          
30          hostInfo = newHostInfo;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines