VirtualBox

Changeset 22211 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 12, 2009 4:05:19 PM (15 years ago)
Author:
vboxsync
Message:

HostImpl: Removed the return parameter from RemoveHostOnlyNetworkInterface()
and RemoveUSBDeviceFilter() methods so as to be consistent with Main API.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp

    r20928 r22211  
    118118
    119119    ComPtr<IProgress> progress;
    120     CHECK_ERROR(host, RemoveHostOnlyNetworkInterface (guid, hif.asOutParam(),progress.asOutParam()));
     120    CHECK_ERROR(host, RemoveHostOnlyNetworkInterface (guid, progress.asOutParam()));
    121121
    122122    showProgress(progress);
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp

    r21520 r22211  
    547547            {
    548548                ComPtr <IHostUSBDeviceFilter> flt;
    549                 CHECK_ERROR_BREAK (host, RemoveUSBDeviceFilter (cmd.mIndex, flt.asOutParam()));
     549                CHECK_ERROR_BREAK (host, RemoveUSBDeviceFilter (cmd.mIndex));
    550550            }
    551551            else
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsNetwork.cpp

    r19117 r22211  
    442442    {
    443443        /* Delete interface */
    444         CProgress progress = host.RemoveHostOnlyNetworkInterface (iface.GetId(), iface);
     444        CProgress progress = host.RemoveHostOnlyNetworkInterface (iface.GetId());
    445445        if (host.isOk())
    446446        {
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