VirtualBox

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


Ignore:
Timestamp:
Jun 23, 2009 2:48:10 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48981
Message:

API and Frontends: change IVirtualBox::openHardDisk to allow modifying the image UUID and parent UUID on open

File:
1 edited

Legend:

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

    r20627 r20842  
    17431743            /* we've not found the image */
    17441744            RTPrintf("Adding hard disk '%S'...\n", hdaFile);
    1745             virtualBox->OpenHardDisk(hdaFileBstr, AccessMode_ReadWrite, hardDisk.asOutParam());
     1745            virtualBox->OpenHardDisk(hdaFileBstr, AccessMode_ReadWrite, false, Bstr(""), false, Bstr(""), hardDisk.asOutParam());
    17461746        }
    17471747        /* do we have the right image now? */
     
    24522452                }
    24532453            }
    2454 #else 
     2454#else
    24552455            case SDL_VIDEOEXPOSE:
    24562456            {
     
    29722972
    29732973    for (unsigned i = 0; i < gcMonitors; i++)
    2974     {     
     2974    {
    29752975        if (gpFramebuffer[i])
    29762976        {
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