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

Diff for /pegasus/src/Pegasus/Common/CIMObject.h between version 1.13 and 1.14

version 1.13, 2002/04/29 15:11:42 version 1.14, 2002/04/29 16:52:55
Line 121 
Line 121 
         return _rep->getClassName();         return _rep->getClassName();
     }     }
  
     /** isClassName Compares ClassName with a String. This test performs      /** equalClassName Compares ClassName with a String. This test performs
         a comparison of the classname component of the object         a comparison of the classname component of the object
         with a String.  Note that this function was included specifically         with a String.  Note that this function was included specifically
         because the equality compare is not just a straight comparison         because the equality compare is not just a straight comparison
Line 130 
Line 130 
         @return True if it is the same class name (equalNoCase compare passes)         @return True if it is the same class name (equalNoCase compare passes)
         or false if not.         or false if not.
     */     */
     const Boolean isClassName(const String& classname) const      const Boolean equalClassName(const String& classname) const
     {     {
         _checkRep();         _checkRep();
         return _rep->isClassName(classname);          return _rep->equalClassName(classname);
  
     }     }
     const CIMReference& getPath() const     const CIMReference& getPath() const


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2