VirtualBox

Changeset 18375 in vbox for trunk/src/VBox/Main/win


Ignore:
Timestamp:
Mar 27, 2009 8:56:00 AM (16 years ago)
Author:
vboxsync
Message:

NetIf/win: NetAdp creation fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/win/NetIfList-win.cpp

    r18136 r18375  
    10061006    Bstr name;
    10071007    ComObjPtr <HostNetworkInterface> iface;
     1008    ComObjPtr <VirtualBox> vBox;
    10081009    /* for SVCHlpMsg::RemoveHostOnlyNetworkInterface */
    10091010    Guid guid;
     
    10821083                         * CreateHostOnlyNetworkInterface() */
    10831084                        rc = d->iface->init (Bstr(name), guid, HostNetworkInterfaceType_HostOnly);
     1085                        if(SUCCEEDED(rc))
     1086                        {
     1087                            rc = d->iface->setVirtualBox(d->vBox);
     1088                            if(SUCCEEDED(rc))
     1089                            {
     1090                                rc = d->iface->updateConfig();
     1091                            }
     1092                        }
    10841093                        endLoop = true;
    10851094                        break;
     
    24142423//            d->name = aName;
    24152424            d->iface = iface;
     2425            d->vBox = pVBox;
    24162426
    24172427            rc = pVBox->startSVCHelperClient (
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