VirtualBox

Changeset 22211 in vbox for trunk/src/VBox/Main/generic


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/generic/NetIf-generic.cpp

    r22173 r22211  
    215215}
    216216
    217 int NetIfRemoveHostOnlyNetworkInterface (VirtualBox *pVBox, IN_GUID aId, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress)
     217int NetIfRemoveHostOnlyNetworkInterface (VirtualBox *pVBox, IN_GUID aId,
     218                                         IProgress **aProgress)
    218219{
    219220#if defined(RT_OS_LINUX) || defined(RT_OS_DARWIN)
     
    241242            CheckComRCReturnRC(rc);
    242243            progress.queryInterfaceTo(aProgress);
    243             iface.queryInterfaceTo(aHostNetworkInterface);
    244244            rc = NetIfAdpCtl(Utf8Str(ifname).c_str(), "remove", NULL, NULL);
    245245            if (RT_FAILURE(rc))
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