(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.27 and 1.28

version 1.27, 2002/08/20 17:39:37 version 1.28, 2002/08/27 23:38:44
Line 83 
Line 83 
         return _qualifiers.size();         return _qualifiers.size();
     }     }
  
     /** getQualifer - Gets the qaulifier defined at the position provided      /** getQualifer - Gets the qaulifier defined at the index provided
         in the Qualifier list.         in the Qualifier list.
         @param pos - The position in the qualifierlist containing the          @param index - The position in the qualifierlist containing the
         qualifier.         qualifier.
         @return CIMQualifier object.         @return CIMQualifier object.
         @exception - Throws OutofBounds exception of pso not within the         @exception - Throws OutofBounds exception of pso not within the
         qualifier list.         qualifier list.
         ATTN: P0 KS Mar 2002 Add the outofbounds exception.         ATTN: P0 KS Mar 2002 Add the outofbounds exception.
     */     */
     CIMQualifier& getQualifier(Uint32 pos);      CIMQualifier& getQualifier(Uint32 index);
  
     const CIMQualifier& getQualifier(Uint32 pos) const      const CIMQualifier& getQualifier(Uint32 index) const
     {     {
         return _qualifiers[pos];          return _qualifiers[index];
     }     }
  
     /** removeQualifier - Removes the Qualifier defined by     /** removeQualifier - Removes the Qualifier defined by
         the pos parameter          the index parameter
         @exception IndexOutOfBoundsException if pos not within          @exception IndexOutOfBoundsException if index not within
         range of current qualifiers.         range of current qualifiers.
     */     */
     void removeQualifier(Uint32 pos);      void removeQualifier(Uint32 index);
  
     /** find - Searches for a qualifier with the specified `     /** find - Searches for a qualifier with the specified `
         input name if it exists in the class         input name if it exists in the class


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2