VirtualBox

Changeset 35083 in vbox


Ignore:
Timestamp:
Dec 14, 2010 1:57:37 PM (14 years ago)
Author:
vboxsync
Message:

todos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.cpp

    r35079 r35083  
    172172
    173173    /*
    174      * Perform uninstallation of any pervious package.  Set the package name
    175      * return value before doing this as the caller should do a refresh even
    176      * on failure.
     174     * Perform uninstallation of any previous package.
     175     *
     176     * Set the package name return value before doing this as the caller should
     177     * do a refresh even on failure.
    177178     */
    178179    if (pstrExtPackName)
     
    180181    if (fUninstallIt)
    181182    {
     183        /** @todo Refuse this if any VMs are running. */
    182184        manager.Uninstall(strPackName, false /*aForcedRemoval*/);
    183185        if (!extPackFile.isOk())
     
    388390            CExtPackManager manager = vboxGlobal().virtualBox().GetExtensionPackManager();
    389391            /* Uninstall package: */
     392            /** @todo Refuse this if any VMs are running. */
    390393            manager.Uninstall(strSelectedPackageName, false /* forced removal? */);
    391394            if (manager.isOk())
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