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

Diff for /pegasus/src/Pegasus/Common/CIMMethodRep.h between version 1.26 and 1.27

version 1.26, 2002/08/17 00:59:36 version 1.27, 2002/08/27 23:38:44
Line 100 
Line 100 
         return _qualifiers.find(name);         return _qualifiers.find(name);
     }     }
  
     CIMQualifier getQualifier(Uint32 pos)      CIMQualifier getQualifier(Uint32 index)
     {     {
         return _qualifiers.getQualifier(pos);          return _qualifiers.getQualifier(index);
     }     }
  
  
     CIMConstQualifier getQualifier(Uint32 pos) const      CIMConstQualifier getQualifier(Uint32 index) const
     {     {
         return _qualifiers.getQualifier(pos);          return _qualifiers.getQualifier(index);
     }     }
  
     void removeQualifier(Uint32 pos)      void removeQualifier(Uint32 index)
     {     {
         _qualifiers.removeQualifier(pos);          _qualifiers.removeQualifier(index);
     }     }
  
  
Line 126 
Line 126 
  
     Uint32 findParameter(const CIMName& name) const;     Uint32 findParameter(const CIMName& name) const;
  
     CIMParameter getParameter(Uint32 pos);      CIMParameter getParameter(Uint32 index);
  
     CIMConstParameter getParameter(Uint32 pos) const      CIMConstParameter getParameter(Uint32 index) const
     {     {
         return ((CIMMethodRep*)this)->getParameter(pos);          return ((CIMMethodRep*)this)->getParameter(index);
     }     }
  
     void removeParameter (Uint32 pos);      void removeParameter (Uint32 index);
  
     Uint32 getParameterCount() const;     Uint32 getParameterCount() const;
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2