VirtualBox

Ignore:
Timestamp:
Mar 5, 2009 11:00:14 AM (16 years ago)
Author:
vboxsync
Message:

Main: net if API fixes

File:
1 edited

Legend:

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

    r17275 r17387  
    713713}
    714714
    715 STDMETHODIMP NetworkAdapter::AttachToBridgedNetwork()
     715STDMETHODIMP NetworkAdapter::AttachToBridgedInterface()
    716716{
    717717    AutoCaller autoCaller (this);
     
    781781}
    782782
    783 STDMETHODIMP NetworkAdapter::AttachToHostOnlyNetwork()
     783STDMETHODIMP NetworkAdapter::AttachToHostOnlyInterface()
    784784{
    785785    AutoCaller autoCaller (this);
     
    925925        CheckComRCReturnRC (rc);
    926926
    927         rc = AttachToBridgedNetwork();
     927        rc = AttachToBridgedInterface();
    928928        CheckComRCReturnRC (rc);
    929929    }
     
    953953
    954954        /* Host Interface Networking */
    955         rc = AttachToHostOnlyNetwork();
     955        rc = AttachToHostOnlyInterface();
    956956        CheckComRCReturnRC (rc);
    957957    }
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