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

Diff for /pegasus/src/Pegasus/Common/CIMInstance.cpp between version 1.18 and 1.19

version 1.18, 2002/05/14 03:27:25 version 1.19, 2002/05/15 08:11:50
Line 220 
Line 220 
     _rep->resolve(declContext, nameSpace, cimClassOut, propagateQualifiers);     _rep->resolve(declContext, nameSpace, cimClassOut, propagateQualifiers);
 } }
  
 void CIMInstance::toXml(Array<Sint8>& out) const  
 {  
     _checkRep();  
     _rep->toXml(out);  
 }  
   
 void CIMInstance::print(PEGASUS_STD(ostream)& o) const  
 {  
     _checkRep();  
     _rep->print(o);  
 }  
   
 void CIMInstance::toMof(Array<Sint8>& out) const void CIMInstance::toMof(Array<Sint8>& out) const
 { {
     _checkRep();     _checkRep();
Line 386 
Line 374 
     return (_rep == 0)? true : false;     return (_rep == 0)? true : false;
 } }
  
 void CIMConstInstance::toXml(Array<Sint8>& out) const  
 {  
     _checkRep();  
     _rep->toXml(out);  
 }  
   
 void CIMConstInstance::print(PEGASUS_STD(ostream)& o) const  
 {  
     _checkRep();  
     _rep->print(o);  
 }  
   
 Boolean CIMConstInstance::identical(const CIMConstInstance& x) const Boolean CIMConstInstance::identical(const CIMConstInstance& x) const
 { {
     x._checkRep();     x._checkRep();


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2