VirtualBox

Changeset 8682 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 7, 2008 8:58:46 PM (17 years ago)
Author:
vboxsync
Message:

Another shot at the windows build break.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r8680 r8682  
    76897689    USBProxyService *service = mParent->host()->usbProxyService();
    76907690    AssertReturn (service, E_FAIL);
    7691     return service->detachDeviceFromVM (this, aId, aDone);
     7691    return service->detachDeviceFromVM (this, aId, !!aDone);
    76927692#else
    76937693    return E_FAIL;
     
    77477747    USBProxyService *service = mParent->host()->usbProxyService();
    77487748    AssertReturn (service, E_FAIL);
    7749     return service->detachAllDevicesFromVM (this, aDone, false /* aAbnormal */);
     7749    return service->detachAllDevicesFromVM (this, !!aDone, false /* aAbnormal */);
    77507750#else
    77517751    return S_OK;
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