- Timestamp:
- May 10, 2010 8:06:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r29224 r29311 6092 6092 AutoReadLock alock(pMedium COMMA_LOCKVAL_SRC_POS); 6093 6093 6094 /* sanity check */ 6095 Assert(pMedium->m->state == MediumState_LockedRead); 6094 /* sanity check, "this" is checked above */ 6095 Assert( pMedium == this 6096 || pMedium->m->state == MediumState_LockedRead); 6096 6097 6097 6098 /* Open all images in appropriate mode. */
Note:
See TracChangeset
for help on using the changeset viewer.