(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.52 and 1.53

version 1.52, 2002/05/11 21:36:31 version 1.53, 2002/05/15 04:03:21
Line 777 
Line 777 
     CIMType type = value.getType();     CIMType type = value.getType();
     if (type != CIMType::NONE)     if (type != CIMType::NONE)
     {     {
         out << " PARAMTYPE=\"" << TypeToString(type) << "\"";          out << " PARAMTYPE=\"" << type.toString() << "\"";
     }     }
  
     out << ">\n";     out << ">\n";


Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2