VirtualBox

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


Ignore:
Timestamp:
Feb 14, 2011 3:14:20 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70025
Message:

Main/Console: make the #if match the .cpp file, and eliminate long obsolete, unused and unimplemented method

File:
1 edited

Legend:

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

    r35872 r35962  
    445445    HRESULT powerDown(IProgress *aProgress = NULL);
    446446
    447     HRESULT callTapSetupApplication(bool isStatic, RTFILE tapFD, Bstr &tapDevice,
    448                                     Bstr &tapSetupApplication);
    449 #if ((defined(RT_OS_LINUX) && !defined(VBOX_WITH_NETFLT)) || defined(RT_OS_FREEBSD))
     447#if ((defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)) && !defined(VBOX_WITH_NETFLT))
    450448    HRESULT attachToTapInterface(INetworkAdapter *networkAdapter);
    451449    HRESULT detachFromTapInterface(INetworkAdapter *networkAdapter);
     
    699697    PPDMLED      mapSharedFolderLed;
    700698    PPDMLED      mapUSBLed[2];
    701 #if ((defined(RT_OS_LINUX) && !defined(VBOX_WITH_NETFLT)) || defined(RT_OS_FREEBSD))
     699#if ((defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)) && !defined(VBOX_WITH_NETFLT))
    702700    Utf8Str      maTAPDeviceName[8];
    703701    RTFILE       maTapFD[8];
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