VirtualBox

Changeset 49764 in vbox


Ignore:
Timestamp:
Dec 3, 2013 7:44:10 PM (11 years ago)
Author:
vboxsync
Message:

Main/Host: actually return the progress object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r49761 r49764  
    13331333    }
    13341334
    1335     IProgress *iPr = aProgress;
    1336 
    1337     int r = NetIfRemoveHostOnlyNetworkInterface(m->pParent, Guid(aId).ref(), &iPr);
     1335    int r = NetIfRemoveHostOnlyNetworkInterface(m->pParent, Guid(aId).ref(), aProgress.asOutParam());
    13381336    if (RT_SUCCESS(r))
    13391337    {
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