VirtualBox

Changeset 31225 in vbox


Ignore:
Timestamp:
Jul 29, 2010 4:39:05 PM (14 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r31223 r31225  
    40764076                           mUserData->mName.raw());
    40774077
     4078    HRESULT rc = S_OK;
     4079
    40784080    // this list collects the files that should be reported
    40794081    // as to be deleted to the caller in aFiles
     
    41264128                    llMedia.push_back(pMedium);
    41274129
    4128                 HRESULT rc = detachDevice(pAttach,
    4129                                           alock,
    4130                                           NULL /* pfNeedsSaveSettings */);
     4130                rc = detachDevice(pAttach,
     4131                                  alock,
     4132                                  NULL /* pfNeedsSaveSettings */);
    41314133                if (FAILED(rc))
    41324134                    break;
     
    41674169
    41684170            ErrorInfoKeeper eik;
    4169             HRESULT rc = pMedium->close(NULL /*fNeedsSaveSettings*/,     // we'll call saveSettings() in any case below
    4170                                         autoCaller2);
     4171            rc = pMedium->close(NULL /*fNeedsSaveSettings*/,     // we'll call saveSettings() in any case below
     4172                                autoCaller2);
    41714173                // this uninitializes the medium
    41724174
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