VirtualBox

Changeset 48880 in vbox for trunk


Ignore:
Timestamp:
Oct 4, 2013 10:01:02 AM (11 years ago)
Author:
vboxsync
Message:

Main/MediumAttachment: add forgotten method implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumAttachmentImpl.cpp

    r48879 r48880  
    610610}
    611611
     612/** Must be called from under this object's write lock. */
     613void MediumAttachment::updateHotPluggable(bool aHotPluggable)
     614{
     615    Assert(isWriteLockOnCurrentThread());
     616
     617    m->bd.backup();
     618    m->bd->fHotPluggable = aHotPluggable;
     619}
     620
    612621void MediumAttachment::updateBandwidthGroup(const Utf8Str &aBandwidthGroup)
    613622{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette