- Timestamp:
- Dec 14, 2018 6:54:20 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127509
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 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 */ -
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r76238 r76239 1791 1791 MediumAttachment *pAttach = *it; 1792 1792 Medium *pMedium = pAttach->i_getMedium(); 1793 if (!pMedium) 1794 continue; 1793 1795 1794 1796 bool fFound = false; … … 2285 2287 MediumAttachment *pAttach = *it; 2286 2288 Medium *pMedium = pAttach->i_getMedium(); 2289 if (!pMedium) 2290 continue; 2287 2291 2288 2292 bool fFound = false;
Note:
See TracChangeset
for help on using the changeset viewer.