VirtualBox

Changeset 15372 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Dec 12, 2008 2:51:29 PM (16 years ago)
Author:
vboxsync
Message:

#3282: HostNetIf API implementation for Darwin. Common part revised. Stubs for other platforms.

Location:
trunk/src/VBox/Main/include
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h

    r15235 r15372  
    2828#include "Collection.h"
    2929#ifdef VBOX_WITH_HOSTNETIF_API
    30 #include "iprt/netif.h"
     30#include "netif.h"
    3131#endif
    3232
     
    6060    HRESULT init (Bstr interfaceName, Guid guid);
    6161#ifdef VBOX_WITH_HOSTNETIF_API
    62     HRESULT init (PRTNETIFINFO pIfs);
     62    HRESULT init (PNETIFINFO pIfs);
    6363#endif
    6464
     
    6969    STDMETHOD(COMGETTER(NetworkMask)) (ULONG *aNetworkMask);
    7070    STDMETHOD(COMGETTER(IPV6Address)) (BSTR *aIPV6Address);
     71    STDMETHOD(COMGETTER(IPV6NetworkMask)) (BSTR *aIPV6Mask);
    7172    STDMETHOD(COMGETTER(HardwareAddress)) (BSTR *aHardwareAddress);
    7273    STDMETHOD(COMGETTER(Type)) (HostNetworkInterfaceType_T *aType);
     
    8889        ULONG networkMask;
    8990        Bstr IPV6Address;
     91        Bstr IPV6NetworkMask;
    9092        Bstr hardwareAddress;
    9193        HostNetworkInterfaceType_T type;
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