(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.7 and 1.11

version 1.7, 2002/03/04 15:10:05 version 1.11, 2002/05/15 06:42:27
Line 30 
Line 30 
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <cstdio> #include <cstdio>
 #include "XmlWriter.h" #include "XmlWriter.h"
 #include "CIMParamValue.h"  #include "CIMParamValueRep.h"
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 63 
Line 63 
  
     if (_isTyped && (type != CIMType::NONE))     if (_isTyped && (type != CIMType::NONE))
     {     {
         out << " PARAMTYPE=\"" << TypeToString(type) << "\"";          out << " PARAMTYPE=\"" << type.toString() << "\"";
     }     }
  
     out << ">\n";     out << ">\n";
     /*KSTEST*/      XmlWriter::appendValueElement(out, _value);
     _value.toXml(out, false);  
  
     out << "</PARAMVALUE>\n";     out << "</PARAMVALUE>\n";
 } }
Line 108 
Line 107 
 { {
 } }
  
 // ATTN-RK-P3-20010219: Is this correct?  (See also CIMMethodRep.cpp,  
 // CIMParameterRep.cpp, CIMPropertyRep.cpp, CIMQualifierDeclRep.cpp,  
 // CIMQualifierRep.cpp)  
 CIMParamValueRep& CIMParamValueRep::operator=(const CIMParamValueRep& x)  
 {  
     return *this;  
 }  
   
 void CIMParamValueRep::setParameterName(String& parameterName) void CIMParamValueRep::setParameterName(String& parameterName)
 { {
     _parameterName = parameterName;     _parameterName = parameterName;


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2