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

Diff for /pegasus/src/Pegasus/Common/CIMParamValueRep.cpp between version 1.10 and 1.13

version 1.10, 2002/05/15 04:03:21 version 1.13, 2002/06/01 00:56:26
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 BMC Software, Hewlett-Packard Company, IBM,  // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
 // The Open Group, Tivoli Systems // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
Line 67 
Line 67 
     }     }
  
     out << ">\n";     out << ">\n";
     _value.toXml(out);      XmlWriter::appendValueElement(out, _value);
  
     out << "</PARAMVALUE>\n";     out << "</PARAMVALUE>\n";
 } }
  
 void CIMParamValueRep::print(PEGASUS_STD(ostream) &os) const  
 {  
     Array<Sint8> tmp;  
     toXml(tmp);  
     tmp.append('\0');  
     os << tmp.getData() << PEGASUS_STD(endl);  
 }  
   
 Boolean CIMParamValueRep::identical(const CIMParamValueRep* x) const Boolean CIMParamValueRep::identical(const CIMParamValueRep* x) const
 { {
     if (_parameterName != x->_parameterName)     if (_parameterName != x->_parameterName)


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2