(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.11 and 1.12

version 1.11, 2002/08/20 17:39:37 version 1.12, 2002/09/05 01:02:43
Line 118 
Line 118 
     return (_rep == 0)? true : false;     return (_rep == 0)? true : false;
 } }
  
 Boolean CIMParamValue::identical(const CIMParamValue& x) const  
 {  
     x._checkRep();  
     _checkRep();  
     return _rep->identical(x._rep);  
 }  
   
 CIMParamValue CIMParamValue::clone() const CIMParamValue CIMParamValue::clone() const
 { {
     return CIMParamValue(_rep->clone());     return CIMParamValue(_rep->clone());


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2