VirtualBox

Ignore:
Timestamp:
Apr 7, 2009 3:42:32 PM (16 years ago)
Author:
vboxsync
Message:

undo 45832

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r18826 r18829  
    43354335                /* a valid host interface must have been set */
    43364336                Bstr hostif;
    4337                 adapter->COMGETTER(BridgedInterface)(hostif.asOutParam());
     4337                adapter->COMGETTER(HostInterface)(hostif.asOutParam());
    43384338                if (!hostif)
    43394339                {
     
    57355735        /* The name of the TAP interface we are using */
    57365736        Bstr tapDeviceName;
    5737         rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam());
     5737        rc = networkAdapter->COMGETTER(HostInterface)(tapDeviceName.asOutParam());
    57385738        if (FAILED(rc))
    57395739            tapDeviceName.setNull();  /* Is this necessary? */
     
    58565856        Bstr tapDeviceName, tapTerminateApplication;
    58575857        bool isStatic = true;
    5858         rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam());
     5858        rc = networkAdapter->COMGETTER(HostInterface)(tapDeviceName.asOutParam());
    58595859        if (FAILED(rc) || tapDeviceName.isEmpty())
    58605860        {
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