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

Diff for /pegasus/src/Pegasus/Common/CIMPropertyRep.cpp between version 1.48 and 1.48.2.1

version 1.48, 2005/05/17 14:52:26 version 1.48.2.1, 2005/09/30 16:28:15
Line 255 
Line 255 
     return x ? "true" : "false";     return x ? "true" : "false";
 } }
  
 void CIMPropertyRep::toXml(Array<char>& out) const  void CIMPropertyRep::toXml(Buffer& out) const
 { {
     if (_value.isArray())     if (_value.isArray())
     {     {
Line 419 
Line 419 
     Format with qualifiers on one line and declaration on another. Start     Format with qualifiers on one line and declaration on another. Start
     with newline but none at the end.     with newline but none at the end.
 */ */
 void CIMPropertyRep::toMof(Array<char>& out) const  //ATTNKS:  void CIMPropertyRep::toMof(Buffer& out) const  //ATTNKS:
 { {
     //Output the qualifier list     //Output the qualifier list
     if (_qualifiers.getCount())     if (_qualifiers.getCount())


Legend:
Removed from v.1.48  
changed lines
  Added in v.1.48.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2