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

Diff for /pegasus/src/Pegasus/Common/CIMMethod.cpp between version 1.19 and 1.20

version 1.19, 2002/07/31 22:05:08 version 1.20, 2002/08/14 17:41:16
Line 198 
Line 198 
     return _rep->getParameter(pos);     return _rep->getParameter(pos);
 } }
  
   void CIMMethod::removeParameter (Uint32 pos)
   {
       _checkRep ();
       _rep->removeParameter (pos);
   }
   
 Uint32 CIMMethod::getParameterCount() const Uint32 CIMMethod::getParameterCount() const
 { {
     _checkRep();     _checkRep();


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2