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

Diff for /pegasus/src/Pegasus/Common/CIMParameter.cpp between version 1.12 and 1.13

version 1.12, 2002/05/14 03:27:25 version 1.13, 2002/05/15 10:34:28
Line 166 
Line 166 
     return (_rep == 0)? true : false;     return (_rep == 0)? true : false;
 } }
  
 void CIMParameter::toXml(Array<Sint8>& out) const  
 {  
     _checkRep();  
     _rep->toXml(out);  
 }  
   
 void CIMParameter::toMof(Array<Sint8>& out) const void CIMParameter::toMof(Array<Sint8>& out) const
 { {
     _checkRep();     _checkRep();
     _rep->toMof(out);     _rep->toMof(out);
 } }
  
 void CIMParameter::print(PEGASUS_STD(ostream)& o) const  
 {  
     _checkRep();  
     _rep->print(o);  
 }  
   
 Boolean CIMParameter::identical(const CIMConstParameter& x) const Boolean CIMParameter::identical(const CIMConstParameter& x) const
 { {
     x._checkRep();     x._checkRep();
Line 313 
Line 301 
     return (_rep == 0)? true : false;     return (_rep == 0)? true : false;
 } }
  
 void CIMConstParameter::toXml(Array<Sint8>& out) const  
 {  
     _checkRep();  
     _rep->toXml(out);  
 }  
   
 void CIMConstParameter::print(PEGASUS_STD(ostream)& o) const  
 {  
     _checkRep();  
     _rep->print(o);  
 }  
   
 Boolean CIMConstParameter::identical(const CIMConstParameter& x) const Boolean CIMConstParameter::identical(const CIMConstParameter& x) const
 { {
     x._checkRep();     x._checkRep();


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2