(file) Return to CMPI_ObjectPath.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / CMPI

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPI_ObjectPath.cpp between version 1.28.4.7 and 1.28.4.8

version 1.28.4.7, 2009/10/16 11:05:46 version 1.28.4.8, 2009/10/21 15:49:32
Line 81 
Line 81 
             // we simply clone using the ObjectPathOnly option.             // we simply clone using the ObjectPathOnly option.
             SCMOInstance* nRef = new SCMOInstance(ref->clone(true));             SCMOInstance* nRef = new SCMOInstance(ref->clone(true));
             CMPIObjectPath* cmpiObjPath =             CMPIObjectPath* cmpiObjPath =
                 reinterpret_cast<CMPIObjectPath *>(new CMPI_Object(nRef));                  reinterpret_cast<CMPIObjectPath *>
                   (new CMPI_Object(nRef,CMPI_Object::ObjectTypeObjectPath));
             CMSetStatus(rc,CMPI_RC_OK);             CMSetStatus(rc,CMPI_RC_OK);
             return cmpiObjPath;             return cmpiObjPath;
         }         }


Legend:
Removed from v.1.28.4.7  
changed lines
  Added in v.1.28.4.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2