VirtualBox

Changeset 16929 in vbox


Ignore:
Timestamp:
Feb 18, 2009 7:03:16 PM (16 years ago)
Author:
vboxsync
Message:

compile fix

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

Legend:

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

    r16927 r16929  
    767767    return S_OK;
    768768}
    769 #endif /* #if defined(RT_OS_WINDOWS) && defined(VBOX_WITH_NETFLT) */
     769#else /* !defined(RT_OS_WINDOWS) || !defined(VBOX_WITH_NETFLT) */
     770STDMETHODIMP Host::COMGETTER(TapInterfaces) (ComSafeArrayOut (IHostNetworkInterface *, aNetworkInterfaces))
     771{
     772    return NS_ERROR_NOT_IMPLEMENTED;
     773}
     774#endif /* !defined(RT_OS_WINDOWS) && !defined(VBOX_WITH_NETFLT) */
    770775
    771776/**
  • trunk/src/VBox/Main/include/HostImpl.h

    r16927 r16929  
    9898
    9999    // IHost methods
    100 #ifdef RT_OS_WINDOWS
    101100    STDMETHOD(COMGETTER(TapInterfaces))(ComSafeArrayOut (IHostNetworkInterface *, aNetworkInterfaces));
     101#ifdef RT_OS_WINDOWS
    102102
    103103    STDMETHOD(CreateHostNetworkInterface) (IN_BSTR aName,
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