Changeset 65125 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 4, 2017 5:34:28 PM (8 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/RemoteUSBBackend.cpp
r63563 r65125 64 64 * 65 65 * 66 * @s ubsection sub_vrdb_usb_dad Device attaching/detaching66 * @section sub_vrdb_usb_dad Device attaching/detaching 67 67 * 68 68 * Devices are attached when client is connected or when a new device is connected to client. -
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r65120 r65125 10963 10963 /** 10964 10964 * Deletes implicit differencing hard disks created either by 10965 * #i_createImplicitDiffs() or by # AttachDevice() and rolls back mMediaData.10965 * #i_createImplicitDiffs() or by #attachDevice() and rolls back mMediaData. 10966 10966 * 10967 * Note that to delete hard disks created by # AttachDevice() this method is10967 * Note that to delete hard disks created by #attachDevice() this method is 10968 10968 * called from #fixupMedia() when the changes are rolled back. 10969 10969 *
Note:
See TracChangeset
for help on using the changeset viewer.