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

Diff for /pegasus/src/Pegasus/Common/CIMProperty.cpp between version 1.34 and 1.35

version 1.34, 2007/09/03 11:27:02 version 1.35, 2007/10/19 18:22:02
Line 215 
Line 215 
     return CIMProperty(_rep->clone());     return CIMProperty(_rep->clone());
 } }
  
 void CIMProperty::_checkRep() const  
 {  
     if (!_rep)  
         throw UninitializedObjectException();  
 }  
  
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
 // //
Line 362 
Line 357 
     return CIMProperty(_rep->clone());     return CIMProperty(_rep->clone());
 } }
  
 void CIMConstProperty::_checkRep() const  
 {  
     if (!_rep)  
         throw UninitializedObjectException();  
 }  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2