(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.9 and 1.10

version 1.9, 2002/05/11 21:36:29 version 1.10, 2002/05/15 04:03:21
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";


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2