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

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

version 1.33, 2002/08/14 17:41:16 version 1.34, 2002/08/20 17:39:37
Line 125 
Line 125 
  
     /** addQualifier - Adds a Qualifier to the method object.     /** addQualifier - Adds a Qualifier to the method object.
         @param CIMQualifier to be added         @param CIMQualifier to be added
         @return Throws AlreadyExists excetpion if the qualifier already exists          @return This CIMMethod object
         in the method          @exception AlreadyExistsException
         @exception AlreadyExists exception  
     */     */
     CIMMethod& addQualifier(const CIMQualifier& x);     CIMMethod& addQualifier(const CIMQualifier& x);
  
Line 142 
Line 141 
         input as a parameter.         input as a parameter.
         @param Index of the qualifier requested.         @param Index of the qualifier requested.
         @return CIMQualifier object or exception         @return CIMQualifier object or exception
         @exception OutOfBounds exception if the index is outside the range of          @exception IndexOutOfBoundsException exception if the index is
         parameters available from the CIMMethod.          outside the range of parameters available from the CIMMethod.
     */     */
     CIMQualifier getQualifier(Uint32 pos);     CIMQualifier getQualifier(Uint32 pos);
  
Line 153 
Line 152 
         position input as a parameter.         position input as a parameter.
         @param Position of the qualifier requested.         @param Position of the qualifier requested.
         @return CIMQualifier object or exception         @return CIMQualifier object or exception
         @exception OutOfBounds exception if the index is outside the range of          @exception IndexOutOfBoundsException exception if the index is
         parameters available from the CIMMethod.          outside the range of parameters available from the CIMMethod.
     */     */
     void removeQualifier(Uint32 pos);     void removeQualifier(Uint32 pos);
  
Line 180 
Line 179 
         input as a parameter.         input as a parameter.
         @param index for the parameter to be returned.         @param index for the parameter to be returned.
         @return CIMParameter requested.         @return CIMParameter requested.
         @Exception OutOfBounds exception is thrown if the index is outside the          @exception IndexOutOfBoundsException exception is thrown if the
         range of available parameters          index is outside the range of available parameters
     */     */
     CIMParameter getParameter(Uint32 pos);     CIMParameter getParameter(Uint32 pos);
  
Line 193 
Line 192 
  
         @param pos index of the parameter to be removed         @param pos index of the parameter to be removed
  
         @exception OutOfBounds if the index is outside the range of          @exception IndexOutOfBoundsException if the index is outside the
                                parameters available from the CIMMethod          range of parameters available from the CIMMethod
     */     */
     void removeParameter (Uint32 pos);     void removeParameter (Uint32 pos);
  


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