Changeset 65103 in vbox for trunk/src/VBox/Main/src-server/USBProxyService.cpp
- Timestamp:
- Jan 4, 2017 12:08:18 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112605
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/USBProxyService.cpp
r65088 r65103 543 543 * 544 544 * @param aDevice The device in question. 545 * @param aUSBDeviceThe USB device structure.545 * @param pDev The USB device structure. 546 546 */ 547 547 void USBProxyService::i_deviceAdded(ComObjPtr<HostUSBDevice> &aDevice, … … 711 711 * @returns COM status code (only parameter & state checks will fail). 712 712 * @param aDevice The USB device to apply filters to. 713 * @param llOpenedMachines The list of opened machines. 713 714 * @param aIgnoreMachine The machine to ignore filters from (we've just 714 715 * detached the device from this machine).
Note:
See TracChangeset
for help on using the changeset viewer.