Changeset 78829 in vbox
- Timestamp:
- May 28, 2019 4:11:05 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130929
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r78825 r78829 2184 2184 Guid snapshotId; 2185 2185 std::set<ComObjPtr<Medium> > pMediumsForNotify; 2186 std::map<Guid, std::pair<DeviceType_T, BOOL> > uIdsForNotify;2186 std::map<Guid, std::pair<DeviceType_T, BOOL> > uIdsForNotify; 2187 2187 2188 2188 try … … 2453 2453 { 2454 2454 mParent->i_onSnapshotRestored(mData->mUuid, snapshotId); 2455 for (std::map<Guid, std::pair<DeviceType_T, BOOL> >::const_iterator it = uIdsForNotify.begin();2455 for (std::map<Guid, std::pair<DeviceType_T, BOOL> >::const_iterator it = uIdsForNotify.begin(); 2456 2456 it != uIdsForNotify.end(); 2457 2457 ++it)
Note:
See TracChangeset
for help on using the changeset viewer.