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

Diff for /pegasus/src/Pegasus/Common/CIMClassRep.h between version 1.33 and 1.34

version 1.33, 2002/08/17 00:59:36 version 1.34, 2002/08/27 23:38:44
Line 71 
Line 71 
  
     Uint32 findMethod(const CIMName& name) const;     Uint32 findMethod(const CIMName& name) const;
  
     CIMMethod getMethod(Uint32 pos);      CIMMethod getMethod(Uint32 index);
  
     CIMConstMethod getMethod(Uint32 pos) const      CIMConstMethod getMethod(Uint32 index) const
     {     {
         return ((CIMClassRep*)this)->getMethod(pos);          return ((CIMClassRep*)this)->getMethod(index);
     }     }
  
     void removeMethod(Uint32 pos);      void removeMethod(Uint32 index);
  
     Uint32 getMethodCount() const;     Uint32 getMethodCount() const;
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2