- Timestamp:
- Oct 4, 2013 10:01:02 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumAttachmentImpl.cpp
r48879 r48880 610 610 } 611 611 612 /** Must be called from under this object's write lock. */ 613 void MediumAttachment::updateHotPluggable(bool aHotPluggable) 614 { 615 Assert(isWriteLockOnCurrentThread()); 616 617 m->bd.backup(); 618 m->bd->fHotPluggable = aHotPluggable; 619 } 620 612 621 void MediumAttachment::updateBandwidthGroup(const Utf8Str &aBandwidthGroup) 613 622 {
Note:
See TracChangeset
for help on using the changeset viewer.