(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.14 and 1.15

version 1.14, 2002/07/25 16:19:45 version 1.15, 2002/08/21 00:15:44
Line 63 
Line 63 
  
     CIMType type = _value.getType();     CIMType type = _value.getType();
  
     if (_isTyped && (type != CIMTYPE_NONE))      if (_isTyped)
     {     {
         out << " PARAMTYPE=\"" << cimTypeToString (type) << "\"";         out << " PARAMTYPE=\"" << cimTypeToString (type) << "\"";
     }     }


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2