Changeset 24160 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 29, 2009 2:25:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumAttachmentImpl.h
r24155 r24160 96 96 97 97 /** Must be called from under this object's write lock. */ 98 void updateMedium(const ComObjPtr<Medium> &aMedium, 99 bool aImplicit, 100 const Guid &aMachineId = Guid::Empty) 98 void updateMedium(const ComObjPtr<Medium> &aMedium, bool aImplicit) 101 99 { 102 100 m.backup(); 103 if (m->medium && aMachineId)104 m->medium->detachFrom(aMachineId);105 101 m->medium = aMedium; 106 102 m->implicit = aImplicit;
Note:
See TracChangeset
for help on using the changeset viewer.