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

Diff for /pegasus/src/Pegasus/Common/CIMParameterRep.cpp between version 1.33 and 1.34

version 1.33, 2004/10/17 20:39:16 version 1.34, 2005/01/16 02:34:59
Line 29 
Line 29 
 // //
 // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company
 //                (carolann_graves@hp.com) //                (carolann_graves@hp.com)
   //              David Dillard, VERITAS Software Corp.
   //                  (david.dillard@veritas.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 107 
Line 109 
         true);         true);
 } }
  
 void CIMParameterRep::toXml(Array<Sint8>& out) const  void CIMParameterRep::toXml(Array<char>& out) const
 { {
     if (_isArray)     if (_isArray)
     {     {
Line 197 
Line 199 
  
     Format on a single line.     Format on a single line.
     */     */
 void CIMParameterRep::toMof(Array<Sint8>& out) const  void CIMParameterRep::toMof(Array<char>& out) const
 { {
     // Output the qualifiers for the parameter     // Output the qualifiers for the parameter
     _qualifiers.toMof(out);     _qualifiers.toMof(out);


Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2