(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.6 and 1.7

version 1.6, 2002/05/14 03:27:25 version 1.7, 2002/05/15 10:34:28
Line 116 
Line 116 
     return (_rep == 0)? true : false;     return (_rep == 0)? true : false;
 } }
  
 void CIMParamValue::toXml(Array<Sint8>& out) const  
 {  
     _checkRep();  
     _rep->toXml(out);  
 }  
   
 void CIMParamValue::print(PEGASUS_STD(ostream) &o) const  
 {  
     _checkRep();  
     _rep->print(o);  
 }  
   
 Boolean CIMParamValue::identical(const CIMParamValue& x) const Boolean CIMParamValue::identical(const CIMParamValue& x) const
 { {
     x._checkRep();     x._checkRep();


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2