(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.15 and 1.16

version 1.15, 2002/05/14 03:27:25 version 1.16, 2002/05/15 10:34:28
Line 234 
Line 234 
     return (_rep == 0)? true : false;     return (_rep == 0)? true : false;
 } }
  
 void CIMProperty::toXml(Array<Sint8>& out) const  
 {  
     _checkRep();  
     _rep->toXml(out);  
 }  
   
 void CIMProperty::print(PEGASUS_STD(ostream)& o) const  
 {  
     _checkRep();  
     _rep->print(o);  
 }  
   
 void CIMProperty::toMof(Array<Sint8>& out) const void CIMProperty::toMof(Array<Sint8>& out) const
 { {
     _checkRep();     _checkRep();
Line 407 
Line 395 
     return (_rep == 0)? true : false;     return (_rep == 0)? true : false;
 } }
  
 void CIMConstProperty::toXml(Array<Sint8>& out) const  
 {  
     _checkRep();  
     _rep->toXml(out);  
 }  
   
 void CIMConstProperty::print(PEGASUS_STD(ostream)& o) const  
 {  
     _checkRep();  
     _rep->print(o);  
 }  
   
 void CIMConstProperty::toMof(Array<Sint8>& out) const void CIMConstProperty::toMof(Array<Sint8>& out) const
 { {
     _checkRep();     _checkRep();


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2