VirtualBox

Changeset 46822 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Jun 27, 2013 9:32:25 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86764
Message:

corrected a progress information when there are CD/DVD images

File:
1 edited

Legend:

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

    r46581 r46822  
    10131013            ++m->cDisks;
    10141014        }
     1015
     1016        avsdeHDs = vsdescThis->findByType(VirtualSystemDescriptionType_CDROM);
     1017        for (itH = avsdeHDs.begin();
     1018             itH != avsdeHDs.end();
     1019             ++itH)
     1020        {
     1021            const VirtualSystemDescriptionEntry *pHD = *itH;
     1022            m->ulTotalDisksMB += pHD->ulSizeMB;
     1023            ++m->cDisks;
     1024        }
    10151025    }
    10161026
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