(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.34 and 1.35

version 1.34, 2002/08/28 01:16:48 version 1.35, 2002/09/16 21:07:07
Line 202 
Line 202 
     return _rep->buildPath(cimClass);     return _rep->buildPath(cimClass);
 } }
  
 String CIMInstance::toString() const  
 {  
     _checkRep();  
     return _rep->toString();  
 }  
   
 void CIMInstance::_checkRep() const void CIMInstance::_checkRep() const
 { {
     if (!_rep)     if (!_rep)
Line 350 
Line 344 
     return _rep->buildPath(cimClass);     return _rep->buildPath(cimClass);
 } }
  
 String CIMConstInstance::toString() const  
 {  
     _checkRep();  
     return _rep->toString();  
 }  
   
 void CIMConstInstance::_checkRep() const void CIMConstInstance::_checkRep() const
 { {
     if (!_rep)     if (!_rep)


Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2