VirtualBox

Ignore:
Timestamp:
Mar 18, 2013 5:27:22 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84350
Message:

Main/Machine: rename two methods for better compatibility with programming languages - delete and export might be keywords.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.cpp

    r45049 r45068  
    77
    88/*
    9  * Copyright (C) 2012 Oracle Corporation
     9 * Copyright (C) 2012-2013 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    14671467                {
    14681468                    /* Delete machine hard-disks: */
    1469                     CProgress progress = machine.Delete(mediums);
     1469                    CProgress progress = machine.DeleteConfig(mediums);
    14701470                    if (machine.isOk())
    14711471                    {
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic4.cpp

    r41610 r45068  
    77
    88/*
    9  * Copyright (C) 2009-2012 Oracle Corporation
     9 * Copyright (C) 2009-2013 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    5555            {
    5656                /* Add the export description to our appliance object: */
    57                 CVirtualSystemDescription vsd = machine.Export(*pAppliance, qobject_cast<UIWizardExportApp*>(wizardImp())->uri());
     57                CVirtualSystemDescription vsd = machine.ExportTo(*pAppliance, qobject_cast<UIWizardExportApp*>(wizardImp())->uri());
    5858                fResult = machine.isOk();
    5959                if (!fResult)
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp

    r43477 r45068  
    77
    88/*
    9  * Copyright (C) 2006-2012 Oracle Corporation
     9 * Copyright (C) 2006-2013 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    246246            if (vbox.isOk())
    247247            {
    248                 CProgress progress = m_machine.Delete(aMedia);
     248                CProgress progress = m_machine.DeleteConfig(aMedia);
    249249                progress.WaitForCompletion(-1);         // @todo do this nicely with a progress dialog, this can delete lots of files
    250250            }
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