VirtualBox

Changeset 15537 in vbox


Ignore:
Timestamp:
Dec 15, 2008 7:24:27 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41032
Message:

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

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

Legend:

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

    r15051 r15537  
    444444}
    445445
    446 #ifndef RT_OS_WINDOWS /** @todo ifdef VBOX_WITH_UNIXY_TAP_NETWORKING: need to find a way to exclude this in the xidl... */
     446#ifdef VBOX_WITH_UNIXY_TAP_NETWORKING
    447447
    448448STDMETHODIMP NetworkAdapter::COMGETTER(TAPFileDescriptor)(LONG *aTAPFileDescriptor)
  • 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette