Changeset 51612 in vbox for trunk/src/VBox/Main/src-client/RemoteUSBBackend.cpp
- Timestamp:
- Jun 12, 2014 4:46:20 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94351
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/RemoteUSBBackend.cpp
r51092 r51612 5 5 6 6 /* 7 * Copyright (C) 2006-201 2Oracle Corporation7 * Copyright (C) 2006-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 820 820 { 821 821 /* Unmount all remote USB devices. */ 822 mConsole-> processRemoteUSBDevices(mu32ClientId, NULL, 0, false);822 mConsole->i_processRemoteUSBDevices(mu32ClientId, NULL, 0, false); 823 823 824 824 menmPollRemoteDevicesStatus = PollRemoteDevicesStatus_Dereferenced; … … 880 880 if (mfHasDeviceList) 881 881 { 882 mConsole-> processRemoteUSBDevices(mu32ClientId, (VRDEUSBDEVICEDESC *)mpvDeviceList, mcbDeviceList, mfDescExt);882 mConsole->i_processRemoteUSBDevices(mu32ClientId, (VRDEUSBDEVICEDESC *)mpvDeviceList, mcbDeviceList, mfDescExt); 883 883 LogFlow(("USB::PollRemoteDevices: WaitResponse after process\n")); 884 884
Note:
See TracChangeset
for help on using the changeset viewer.