(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.51 and 1.52

version 1.51, 2002/04/24 17:34:30 version 1.52, 2002/05/11 21:36:31
Line 299 
Line 299 
         if (keyBindings[i].getType() == KeyBinding::REFERENCE)         if (keyBindings[i].getType() == KeyBinding::REFERENCE)
         {         {
             CIMReference ref = keyBindings[i].getValue();             CIMReference ref = keyBindings[i].getValue();
             ref.toXml(out, true);              ref.toXml(out);
         }         }
         else {         else {
             out << "<KEYVALUE VALUETYPE=\"";             out << "<KEYVALUE VALUETYPE=\"";
Line 783 
Line 783 
     out << ">\n";     out << ">\n";
  
     // Add value. If value is Null, then this method shouldn't have been called     // Add value. If value is Null, then this method shouldn't have been called
     value.toXml(out, true);      value.toXml(out);
     out << "</RETURNVALUE>\n";     out << "</RETURNVALUE>\n";
 } }
  
Line 996 
Line 996 
     const CIMValue& value)     const CIMValue& value)
 { {
     _appendIParamValueElementBegin(out, name);     _appendIParamValueElementBegin(out, name);
     value.toXml(out, false);      value.toXml(out);
     _appendIParamValueElementEnd(out);     _appendIParamValueElementEnd(out);
 } }
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2