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

Diff for /pegasus/src/Pegasus/Common/CIMObjectRep.h between version 1.16 and 1.17

version 1.16, 2002/06/01 00:56:26 version 1.17, 2002/07/19 23:40:13
Line 82 
Line 82 
         return _qualifiers.find(name);         return _qualifiers.find(name);
     }     }
  
     Boolean existsQualifier(const String& name) const  
     {  
         return ((_qualifiers.find(name) != PEG_NOT_FOUND) ? true : false);  
     }  
   
     CIMQualifier getQualifier(Uint32 pos)     CIMQualifier getQualifier(Uint32 pos)
     {     {
         return _qualifiers.getQualifier(pos);         return _qualifiers.getQualifier(pos);
Line 116 
Line 111 
  
     Uint32 findProperty(const String& name) const;     Uint32 findProperty(const String& name) const;
  
     Boolean existsProperty(const String& name) const;  
   
     CIMProperty getProperty(Uint32 pos);     CIMProperty getProperty(Uint32 pos);
  
     CIMConstProperty getProperty(Uint32 pos) const     CIMConstProperty getProperty(Uint32 pos) const


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2