(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.4.6.2 and 1.4.6.3

version 1.4.6.2, 2004/03/10 14:19:29 version 1.4.6.3, 2004/03/14 22:27:02
Line 62 
Line 62 
                                           ref->getClassName());                                           ref->getClassName());
    Array<CIMKeyBinding> kb=ref->getKeyBindings();    Array<CIMKeyBinding> kb=ref->getKeyBindings();
    nRef->setKeyBindings(kb);    nRef->setKeyBindings(kb);
    CMPI_Object* obj=new CMPI_Object(nRef,CMPI_ObjectPath_Ftab);     CMPI_Object* obj=new CMPI_Object(nRef);
    obj->unlink();    obj->unlink();
    CMPIObjectPath* neRef=(CMPIObjectPath*)new CMPI_Object(nRef,CMPI_ObjectPath_Ftab);     CMPIObjectPath* neRef=(CMPIObjectPath*)obj;
    if (rc) CMSetStatus(rc,CMPI_RC_OK);    if (rc) CMSetStatus(rc,CMPI_RC_OK);
    return neRef;    return neRef;
 } }


Legend:
Removed from v.1.4.6.2  
changed lines
  Added in v.1.4.6.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2