(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.5 and 1.6

version 1.5, 2001/02/18 03:56:01 version 1.6, 2001/02/19 01:47:17
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.6  2001/02/19 01:47:17  mike
   // Renamed names of the form CIMConst to ConstCIM.
   //
 // Revision 1.5  2001/02/18 03:56:01  mike // Revision 1.5  2001/02/18 03:56:01  mike
 // Changed more class names (e.g., ConstClassDecl -> CIMConstClass)  // Changed more class names (e.g., ConstClassDecl -> ConstCIMClass)
 // //
 // Revision 1.4  2001/02/16 02:06:07  mike // Revision 1.4  2001/02/16 02:06:07  mike
 // Renamed many classes and headers. // Renamed many classes and headers.
Line 489 
Line 492 
 Array<Sint8>& XmlWriter::appendClassParameter( Array<Sint8>& XmlWriter::appendClassParameter(
     Array<Sint8>& out,     Array<Sint8>& out,
     const char* parameterName,     const char* parameterName,
     const CIMConstClass& classDecl)      const ConstCIMClass& cimClass)
 { {
     Array<Sint8> tmp;     Array<Sint8> tmp;
     classDecl.toXml(tmp);      cimClass.toXml(tmp);
     return formatIParamValueElement(out, parameterName, tmp);     return formatIParamValueElement(out, parameterName, tmp);
 } }
  


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2