(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.31 and 1.32

version 1.31, 2006/01/30 16:16:47 version 1.32, 2006/02/24 19:24:46
Line 75 
Line 75 
         arraySize, referenceClassName, classOrigin, propagated);         arraySize, referenceClassName, classOrigin, propagated);
 } }
  
 // This constructor allows the CIMClassRep friend class to cast  
 // away constness.  
 CIMProperty::CIMProperty(const CIMConstProperty& x)  
 {  
     Inc(_rep = x._rep);  
 }  
   
 CIMProperty::CIMProperty(CIMPropertyRep* rep) CIMProperty::CIMProperty(CIMPropertyRep* rep)
     : _rep(rep)     : _rep(rep)
 { {


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2