Changeset 60742 in vbox for trunk/src/VBox/Main/src-server/darwin
- Timestamp:
- Apr 28, 2016 1:55:03 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106933
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/USBProxyBackendDarwin.cpp
r60107 r60742 222 222 223 223 224 /** @todo unused */225 void USBProxyBackendDarwin::detachingDevice(HostUSBDevice *aDevice)226 {227 NOREF(aDevice);228 }229 230 231 bool USBProxyBackendDarwin::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, SessionMachine **aIgnoreMachine)232 {233 AssertReturn(aDevice, false);234 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), false);235 /* Nothing special here so far, so fall back on parent. */236 return USBProxyBackend::updateDeviceState(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);237 }238 239 240 224 int USBProxyBackendDarwin::wait(RTMSINTERVAL aMillies) 241 225 {
Note:
See TracChangeset
for help on using the changeset viewer.