VirtualBox

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


Ignore:
Timestamp:
Dec 15, 2008 7:24:27 PM (16 years ago)
Author:
vboxsync
Message:

Main/NetworkAdapter: eliminate dead code by changing the conditional compilation a bit.

File:
1 edited

Legend:

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

    r15051 r15537  
    126126    STDMETHOD(COMGETTER(HostInterface)) (BSTR *aHostInterface);
    127127    STDMETHOD(COMSETTER(HostInterface)) (IN_BSTR aHostInterface);
    128 #ifndef RT_OS_WINDOWS /** @todo ifdef VBOX_WITH_UNIXY_TAP_NETWORKING: need to find a way to exclude this in the xidl... */
     128#ifdef VBOX_WITH_UNIXY_TAP_NETWORKING
    129129    STDMETHOD(COMGETTER(TAPFileDescriptor)) (LONG *aTAPFileDescriptor);
    130130    STDMETHOD(COMSETTER(TAPFileDescriptor)) (LONG aTAPFileDescriptor);
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