- Timestamp:
- May 28, 2019 4:03:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r78825 r78826 845 845 if (SUCCEEDED(rc)) 846 846 { 847 for (std::map<com::Guid, DeviceType_T>::const_iterator it = uIdsForNotify.begin();848 it != uIdsForNotify.end();849 ++it )847 for (std::map<com::Guid, DeviceType_T>::const_iterator itItem = uIdsForNotify.begin(); 848 itItem != uIdsForNotify.end(); 849 ++itItem) 850 850 { 851 851 i_onMediumRegistered(it->first, it->second, TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.