VirtualBox

Changeset 24493 in vbox for trunk/src/VBox/Frontends/VBoxSDL


Ignore:
Timestamp:
Nov 9, 2009 11:59:49 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54578
Message:

API/Machine,Session: add a force mount parameter to MountMedium and the associated other places

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r24301 r24493  
    16701670        }
    16711671
    1672         CHECK_ERROR (gMachine, MountMedium(storageCtlName, 0, 0, id));
     1672        CHECK_ERROR (gMachine, MountMedium(storageCtlName, 0, 0, id, FALSE /* aForce */));
    16731673    }
    16741674    while (0);
     
    17541754        }
    17551755
    1756         CHECK_ERROR(gMachine, MountMedium(storageCtlName, 1, 0, id));
     1756        CHECK_ERROR(gMachine, MountMedium(storageCtlName, 1, 0, id, FALSE /*aForce */));
    17571757    }
    17581758    while (0);
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