VirtualBox

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


Ignore:
Timestamp:
May 1, 2012 8:02:21 PM (13 years ago)
Author:
vboxsync
Message:

backed out r77705 as it broke the builds (webservices)

File:
1 edited

Legend:

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

    r41105 r41106  
    14621462         */
    14631463        Bstr bstrHdaFile(hdaFile);
    1464 #if 0 // Substitute call to FindMedium to OpenMedium
    14651464        pVirtualBox->FindMedium(bstrHdaFile.raw(), DeviceType_HardDisk,
    1466                                  pMedium.asOutParam());
    1467 #endif
    1468         pVirtualBox->OpenMedium(bstrHdaFile.raw(), DeviceType_HardDisk,
    1469                                 AccessMode_ReadWrite, FALSE /* fForceNewUuid */,
    14701465                                pMedium.asOutParam());
    14711466        if (!pMedium)
     
    15501545            {
    15511546                /* try to find an existing one */
    1552 #if 0 // Substitute call to FindMedium to OpenMedium
    15531547                rc = pVirtualBox->FindMedium(bstrFdaFile.raw(), DeviceType_Floppy,
    15541548                                             pMedium.asOutParam());
    1555 #endif
    1556                 rc = pVirtualBox->OpenMedium(bstrFdaFile.raw(),
    1557                                             DeviceType_Floppy,
    1558                                             AccessMode_ReadWrite,
    1559                                             FALSE /* fForceNewUuid */,
    1560                                             pMedium.asOutParam());
    15611549                if (FAILED(rc))
    15621550                {
     
    16381626            {
    16391627                /* try to find an existing one */
    1640 #if 0 // Substitute call to FindMedium to OpenMedium
    16411628                rc = pVirtualBox->FindMedium(bstrCdromFile.raw(), DeviceType_DVD,
    16421629                                             pMedium.asOutParam());
    1643 #endif
    1644                 rc = pVirtualBox->OpenMedium(bstrCdromFile.raw(), DeviceType_DVD,
    1645                                              AccessMode_ReadWrite, FALSE /* fForceNewUuid */,
    1646                                              pMedium.asOutParam());
    16471630                if (FAILED(rc))
    16481631                {
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