VirtualBox

Ignore:
Timestamp:
Jul 20, 2016 5:25:41 PM (8 years ago)
Author:
vboxsync
Message:

backed out r108916

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/PCIRawDevImpl.cpp

    r62370 r62372  
    7878    ComPtr<IVirtualBox> vbox;
    7979
    80     HRESULT hrc = machine->COMGETTER(Parent)(vbox.asOutParam()); NOREF(hrc);
     80    HRESULT hrc = machine->COMGETTER(Parent)(vbox.asOutParam());
    8181    Assert(SUCCEEDED(hrc));
    8282
     
    9898        msg = BstrFmt("runtime error %Rrc", rc);
    9999
    100     fireHostPCIDevicePlugEvent(es, bstrId.raw(), true /* plugged */, RT_SUCCESS_NP(rc) /* success */, pda, msg.raw());
     100    fireHostPCIDevicePlugEvent(es, bstrId.raw(), true /* plugged */, RT_SUCCESS(rc) /* success */, pda, msg.raw());
    101101
    102102    return VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette