VirtualBox

Ignore:
Timestamp:
Apr 28, 2016 1:55:03 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106933
Message:

Main/USBProxy{Service|Backend}: Rework interaction between thos two to be more sane than it currently is (calling into each other back and forth)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/USBProxyBackendWindows.cpp

    r60107 r60742  
    227227
    228228
    229 bool USBProxyBackendWindows::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters,
    230                                                SessionMachine **aIgnoreMachine)
    231 {
    232     AssertReturn(aDevice, false);
    233     AssertReturn(!aDevice->isWriteLockOnCurrentThread(), false);
    234     /* Nothing special here so far, so fall back on parent */
    235     return USBProxyBackend::updateDeviceState(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
    236 }
    237 
    238 
    239229int USBProxyBackendWindows::wait(unsigned aMillies)
    240230{
Note: See TracChangeset for help on using the changeset viewer.

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