Changeset 8544 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 2, 2008 8:49:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r8471 r8544 5021 5021 5022 5022 AssertReturn (that && aUuid, VERR_INVALID_PARAMETER); 5023 ComObjPtr <OUSBDevice> device = **aIt; 5023 5024 5024 5025 /* … … 5045 5046 /* Remove the device from the collection */ 5046 5047 that->mUSBDevices.erase (*aIt); 5047 LogFlowFunc (("Detached device {%Vuuid}\n", (**aIt)->id().raw()));5048 LogFlowFunc (("Detached device {%Vuuid}\n", device->id().raw())); 5048 5049 5049 5050 /* notify callbacks */ 5050 that->onUSBDeviceStateChange ( **aIt, false /* aAttached */, NULL);5051 that->onUSBDeviceStateChange (device, false /* aAttached */, NULL); 5051 5052 } 5052 5053
Note:
See TracChangeset
for help on using the changeset viewer.