Changeset 76239 in vbox for trunk/src/VBox/Main/src-server/MediumImpl.cpp
- Timestamp:
- Dec 14, 2018 6:54:20 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127509
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r76238 r76239 9087 9087 * (chain->parent() is source's parent). Depth check above. */ 9088 9088 pTarget->i_deparent(); 9089 if (task.NotifyAboutChanges())9090 pMediumsForNotify.insert(task.mParentForTarget);9091 9089 pTarget->i_setParent(task.mParentForTarget); 9092 9090 if (task.mParentForTarget) 9091 { 9093 9092 i_deparent(); 9093 if (task.NotifyAboutChanges()) 9094 pMediumsForNotify.insert(task.mParentForTarget); 9095 } 9094 9096 9095 9097 /* then, register again */
Note:
See TracChangeset
for help on using the changeset viewer.