VirtualBox

Ignore:
Timestamp:
May 2, 2012 2:55:59 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77728
Message:

Replace calls of findMedium with openMedium, remove findMedium references in idl and definitions/declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r41107 r41120  
    425425    {
    426426        QString strUuid;
    427         CMedium image = vbox.FindMedium(strSource, KDeviceType_DVD);
     427        CMedium image = vbox.OpenMedium(strSource, KDeviceType_DVD, KAccessMode_ReadWrite, false /* fForceNewUuid */);
    428428        if (image.isNull())
    429429        {
Note: See TracChangeset for help on using the changeset viewer.

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