Changeset 28874 in vbox for trunk/src/VBox
- Timestamp:
- Apr 28, 2010 3:08:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r28872 r28874 4280 4280 if (fMergeForward) 4281 4281 { 4282 AutoReadLock (this COMMA_LOCKVAL_SRC_POS);4282 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 4283 4283 if (getChildren().size() > 1) 4284 4284 { … … 4976 4976 MediumLock &mediumLock = *it; 4977 4977 const ComObjPtr<Medium> &pMedium = mediumLock.GetMedium(); 4978 AutoReadLock (pMedium COMMA_LOCKVAL_SRC_POS);4978 AutoReadLock alock(pMedium COMMA_LOCKVAL_SRC_POS); 4979 4979 4980 4980 // open the image
Note:
See TracChangeset
for help on using the changeset viewer.