VirtualBox

Ignore:
Timestamp:
Aug 12, 2009 4:05:19 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51011
Message:

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

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 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
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