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

Diff for /pegasus/src/Pegasus/Common/CIMParameter.cpp between version 1.29 and 1.30

version 1.29, 2007/09/03 11:27:02 version 1.30, 2007/10/19 18:22:02
Line 177 
Line 177 
     return CIMParameter(_rep->clone());     return CIMParameter(_rep->clone());
 } }
  
 void CIMParameter::_checkRep() const  
 {  
     if (!_rep)  
         throw UninitializedObjectException();  
 }  
   
  
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
 // //
Line 306 
Line 300 
     return CIMParameter(_rep->clone());     return CIMParameter(_rep->clone());
 } }
  
 void CIMConstParameter::_checkRep() const  
 {  
     if (!_rep)  
         throw UninitializedObjectException();  
 }  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2