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

Diff for /pegasus/src/Pegasus/Common/CIMParameter.h between version 1.14 and 1.15

version 1.14, 2002/02/20 03:51:29 version 1.15, 2002/02/22 22:50:07
Line 122 
Line 122 
         return _rep->getType();         return _rep->getType();
     }     }
  
     void setType(CIMType type);      void setType(const CIMType type)
       {
           _checkRep();
           _rep->setType(type);
       }
   
  
     // Throws AlreadyExists.     // Throws AlreadyExists.
  


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2