(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.24 and 1.25

version 1.24, 2002/05/15 12:28:21 version 1.25, 2002/05/15 20:04:10
Line 105 
Line 105 
     if (_propagated != false)     if (_propagated != false)
         out << " PROPAGATED=\"" << _toString(_propagated) << "\"";         out << " PROPAGATED=\"" << _toString(_propagated) << "\"";
  
     FlavorToXml(out, _flavor);      XmlWriter::appendQualifierFlavorEntity(out, _flavor);
  
     out << ">\n";     out << ">\n";
  
Line 157 
Line 157 
  
     // output the flavors     // output the flavors
     String flavorString;     String flavorString;
     flavorString = FlavorToMof(_flavor);      flavorString = MofWriter::getQualifierFlavor(_flavor);
     if (flavorString.size())     if (flavorString.size())
     {     {
                 out << " : ";                 out << " : ";


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2