(file) Return to XmlWriter.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/XmlWriter.cpp between version 1.119 and 1.120

version 1.119, 2005/03/10 14:18:33 version 1.120, 2005/03/15 05:41:45
Line 879 
Line 879 
  
 inline void _xmlWritter_appendValue(Array<char>& out, const CIMObject& x) inline void _xmlWritter_appendValue(Array<char>& out, const CIMObject& x)
 { {
     out << x.toString();      String myStr = x.toString();
       _xmlWritter_appendValue(out, myStr);
 } }
  
 void _xmlWritter_appendValueArray(Array<char>& out, const CIMObjectPath* p, Uint32 size) void _xmlWritter_appendValueArray(Array<char>& out, const CIMObjectPath* p, Uint32 size)


Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2