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

Comparing projects/cms/source/host/c++/SysMon.cpp (file contents):
Revision 1.4 by ab11, Fri Mar 23 15:00:50 2001 UTC vs.
Revision 1.6 by ab11, Fri Mar 23 16:39:04 2001 UTC

# Line 330 | Line 330 | string SysMon::getData(){
330                  // it is the same level, just add this as another element  
331                  if ( isAttrib ){
332                      attributes += levels[level+2];
333 <                    attributes += "=";
333 >                    attributes += "=\"";
334                      attributes += values[count];        
335 <                    attributes += " ";
335 >                    attributes += "\" ";
336                      // now check if this is the last element
337                      
338          
# Line 416 | Line 416 | string SysMon::getData(){
416                  std::cout << "\n";
417          }              
418  
419    std::cout << xml.returnXML() << endl;
419          // return the string
420          return xml.returnXML();
421          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines