Changeset 64294 in vbox for trunk/src/VBox/Devices/USB/darwin
- Timestamp:
- Oct 17, 2016 11:34:36 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111319
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp
r63480 r64294 1426 1426 1427 1427 1428 /** 1429 * Reset a device. 1430 * 1431 * @returns VBox status code. 1432 * @param pDev The device to reset. 1433 */ 1428 /** @interface_method_impl{USBPROXYBACK,pfnReset}*/ 1434 1429 static DECLCALLBACK(int) usbProxyDarwinReset(PUSBPROXYDEV pProxyDev, bool fResetOnLinux) 1435 1430 {
Note:
See TracChangeset
for help on using the changeset viewer.