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

Diff for /pegasus/src/Pegasus/Common/CIMObject.cpp between version 1.15 and 1.16

version 1.15, 2002/05/15 10:34:28 version 1.16, 2002/05/15 23:14:19
Line 114 
Line 114 
     return _rep->equalClassName(classname);     return _rep->equalClassName(classname);
 } }
  
 const CIMReference& CIMObject::getPath() const  const CIMObjectPath& CIMObject::getPath() const
 { {
     _checkRep();     _checkRep();
     return _rep->getPath();     return _rep->getPath();
Line 342 
Line 342 
     return _rep->getClassName();     return _rep->getClassName();
 } }
  
 const CIMReference& CIMConstObject::getPath() const  const CIMObjectPath& CIMConstObject::getPath() const
 { {
     _checkRep();     _checkRep();
     return _rep->getPath();     return _rep->getPath();
Line 418 
Line 418 
 } }
  
 CIMObjectWithPath::CIMObjectWithPath( CIMObjectWithPath::CIMObjectWithPath(
     const CIMReference& reference,      const CIMObjectPath& reference,
     const CIMObject& object)     const CIMObject& object)
     : _reference(reference), _object(object)     : _reference(reference), _object(object)
 { {
Line 444 
Line 444 
 } }
  
 void CIMObjectWithPath::set( void CIMObjectWithPath::set(
     const CIMReference& reference,      const CIMObjectPath& reference,
     const CIMObject& object)     const CIMObject& object)
 { {
     _reference = reference;     _reference = reference;
     _object = object;     _object = object;
 } }
  
 const CIMReference& CIMObjectWithPath::getReference() const  const CIMObjectPath& CIMObjectWithPath::getReference() const
 { {
     return _reference;     return _reference;
 } }
Line 461 
Line 461 
     return _object;     return _object;
 } }
  
 CIMReference& CIMObjectWithPath::getReference()  CIMObjectPath& CIMObjectWithPath::getReference()
 { {
     return _reference;     return _reference;
 } }


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