(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.32 and 1.33

version 1.32, 2002/07/31 22:05:08 version 1.33, 2002/08/14 17:41:16
Line 115 
Line 115 
     */     */
     void setClassOrigin(const CIMName& classOrigin);     void setClassOrigin(const CIMName& classOrigin);
  
     /** getPropagated - Tests the propogated qualifier      /** getPropagated - Tests the propagated qualifier
         @return - returns True if method is propogated          @return - returns True if method is propagated
     */     */
     Boolean getPropagated() const;     Boolean getPropagated() const;
  
Line 188 
Line 188 
     /** getParameter - const form */     /** getParameter - const form */
     CIMConstParameter getParameter(Uint32 pos) const;     CIMConstParameter getParameter(Uint32 pos) const;
  
       /** removeParameter - Removes the CIMParameter defined by the
           specified index
   
           @param pos index of the parameter to be removed
   
           @exception OutOfBounds if the index is outside the range of
                                  parameters available from the CIMMethod
       */
       void removeParameter (Uint32 pos);
   
     /** getParameterCount - Gets the count of the numbeer of     /** getParameterCount - Gets the count of the numbeer of
         Parameters attached to the CIMMethod.         Parameters attached to the CIMMethod.
         @retrun - count of the number of parameters attached to the CIMMethod.         @retrun - count of the number of parameters attached to the CIMMethod.


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2