VirtualBox

Changeset 17337 in vbox


Ignore:
Timestamp:
Mar 4, 2009 9:29:53 AM (16 years ago)
Author:
vboxsync
Message:

burn fix

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

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

    r17333 r17337  
    358358}
    359359
    360 STDMETHODIMP HostNetworkInterface::EnableStaticIpConfigV6 (BSTR aIPV6Address, BSTR aIPV6Mask)
     360STDMETHODIMP HostNetworkInterface::EnableStaticIpConfigV6 (IN_BSTR aIPV6Address, IN_BSTR aIPV6Mask)
    361361{
    362362    return E_NOTIMPL;
  • trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h

    r17333 r17337  
    7979
    8080    STDMETHOD(EnableStaticIpConfig) (ULONG aIPAddress, ULONG aNetworkMask, ULONG aDefaultGateway);
    81     STDMETHOD(EnableStaticIpConfigV6) (BSTR aIPV6Address, BSTR aIPV6Mask);
     81    STDMETHOD(EnableStaticIpConfigV6) (IN_BSTR aIPV6Address, IN_BSTR aIPV6Mask);
    8282    STDMETHOD(EnableDynamicIpConfig) ();
    8383
  • trunk/src/VBox/Main/win/NetIfList-win.cpp

    r17275 r17337  
    687687}
    688688
     689//TODO: this is sample currently, hardcoded balues should be removed and exposed to the API
    689690#if 0
    690 //TODO: this is sample currently, hardcoded balues should be removed and exposed to the API
    691 static int enableStatic()
     691static int NetIfEnableStatic()
    692692{
    693693    INetCfg *pnc;
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