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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierList.h between version 1.36 and 1.37

version 1.36, 2006/11/07 21:30:36 version 1.37, 2006/11/10 18:14:57
Line 130 
Line 130 
  
     Boolean exists(const CIMName& name) const     Boolean exists(const CIMName& name) const
     {     {
         return (((find(name)) == PEG_NOT_FOUND)? false : true);          return (find(name) != PEG_NOT_FOUND);
     }     }
  
     /** isTrue - Determines if the qualifier defined by     /** isTrue - Determines if the qualifier defined by


Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2