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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierRep.cpp between version 1.11 and 1.12

version 1.11, 2001/12/13 14:53:55 version 1.12, 2002/03/04 15:10:05
Line 90 
Line 90 
  
     out << ">\n";     out << ">\n";
  
     _value.toXml(out);      /* While property Null XML is to be printed without the value tag
          the specification requires that Qualifer NULL values include the
          value tag
          KSTESTNULL
       */
       _value.toXml(out, true);
  
     out << "</QUALIFIER>\n";     out << "</QUALIFIER>\n";
 } }


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2