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

Diff for /pegasus/src/Pegasus/Common/CIMParamValue.cpp between version 1.5 and 1.6

version 1.5, 2002/05/07 03:55:28 version 1.6, 2002/05/14 03:27:25
Line 111 
Line 111 
     _rep->setIsTyped(isTyped);     _rep->setIsTyped(isTyped);
 } }
  
 CIMParamValue::operator int() const  Boolean CIMParamValue::isNull() const
 { {
     return (_rep != 0);      return (_rep == 0)? true : false;
 } }
  
 void CIMParamValue::toXml(Array<Sint8>& out) const void CIMParamValue::toXml(Array<Sint8>& out) const


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2