(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.29 and 1.31

version 1.29, 2007/09/03 11:27:02 version 1.31, 2007/10/23 17:45:38
Line 70 
Line 70 
 { {
 } }
  
 CIMMethod::CIMMethod(const CIMConstMethod& x)  
 {  
     Inc(_rep = x._rep);  
 }  
   
 CIMMethod::~CIMMethod() CIMMethod::~CIMMethod()
 { {
     Dec(_rep);     Dec(_rep);
Line 229 
Line 224 
     return CIMMethod(_rep->clone());     return CIMMethod(_rep->clone());
 } }
  
 void CIMMethod::_checkRep() const  
 {  
     if (!_rep)  
         throw UninitializedObjectException();  
 }  
   
  
 /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
 // //
Line 368 
Line 357 
     return CIMMethod(_rep->clone());     return CIMMethod(_rep->clone());
 } }
  
 void CIMConstMethod::_checkRep() const  
 {  
     if (!_rep)  
         throw UninitializedObjectException();  
 }  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2