(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.25 and 1.26

version 1.25, 2002/06/01 00:56:24 version 1.26, 2002/07/19 23:40:13
Line 124 
Line 124 
     return _rep->findQualifier(name);     return _rep->findQualifier(name);
 } }
  
 Boolean CIMInstance::existsQualifier(const String& name) const  
 {  
     _checkRep();  
     return _rep->existsQualifier(name);  
 }  
   
 CIMQualifier CIMInstance::getQualifier(Uint32 pos) CIMQualifier CIMInstance::getQualifier(Uint32 pos)
 { {
     _checkRep();     _checkRep();
Line 161 
Line 155 
     return _rep->findProperty(name);     return _rep->findProperty(name);
 } }
  
 Boolean CIMInstance::existsProperty(const String& name) const  
 {  
    _checkRep();  
    return _rep->existsProperty(name);  
 }  
   
 CIMProperty CIMInstance::getProperty(Uint32 pos) throw(OutOfBounds) CIMProperty CIMInstance::getProperty(Uint32 pos) throw(OutOfBounds)
 { {
     _checkRep();     _checkRep();


Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2