VirtualBox

Changeset 61588 in vbox


Ignore:
Timestamp:
Jun 8, 2016 3:39:18 PM (9 years ago)
Author:
vboxsync
Message:

Main/Machine: some comment fixing

File:
1 edited

Legend:

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

    r61042 r61588  
    1040010400        }
    1040110401
    10402 
    1040310402        // guest properties
    1040410403        data.llGuestProperties.clear();
     
    1085210851            if (FAILED(rc)) throw rc;
    1085310852
    10854             /* actual lock list update is done in Medium::commitMedia */
     10853            /* actual lock list update is done in Machine::i_commitMedia */
    1085510854
    1085610855            rc = diff->i_addBackReference(mData->mUuid);
     
    1125311252    if (!oldmedium.isNull())
    1125411253    {
    11255         // if this is from a snapshot, do not defer detachment to commitMedia()
     11254        // if this is from a snapshot, do not defer detachment to i_commitMedia()
    1125611255        if (pSnapshot)
    1125711256            oldmedium->i_removeBackReference(mData->mUuid, pSnapshot->i_getId());
    11258         // else if non-hard disk media, do not defer detachment to commitMedia() either
     11257        // else if non-hard disk media, do not defer detachment to i_commitMedia() either
    1125911258        else if (mediumType != DeviceType_HardDisk)
    1126011259            oldmedium->i_removeBackReference(mData->mUuid);
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