VirtualBox

Changeset 19116 in vbox


Ignore:
Timestamp:
Apr 22, 2009 5:33:26 PM (16 years ago)
Author:
vboxsync
Message:

Solaris build fix.

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

Legend:

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

    r19115 r19116  
    12171217// IHost methods
    12181218////////////////////////////////////////////////////////////////////////////////
    1219 
    1220 #if defined(RT_OS_WINDOWS) || defined(RT_OS_LINUX) || defined(RT_OS_DARWIN)
    1221 
    12221219STDMETHODIMP
    12231220Host::CreateHostOnlyNetworkInterface (IHostNetworkInterface **aHostNetworkInterface,
     
    12671264    return r == VERR_NOT_IMPLEMENTED ? E_NOTIMPL : E_FAIL;
    12681265}
    1269 
    1270 #endif /* defined(RT_OS_WINDOWS) || defined(RT_OS_LINUX) || defined(RT_OS_DARWIN) */
    12711266
    12721267STDMETHODIMP Host::CreateUSBDeviceFilter (IN_BSTR aName, IHostUSBDeviceFilter **aFilter)
  • trunk/src/VBox/Main/include/HostImpl.h

    r19115 r19116  
    9494
    9595    // IHost methods
    96 #if defined(RT_OS_WINDOWS) || defined(RT_OS_LINUX) || defined(RT_OS_DARWIN)
    97 
    9896    STDMETHOD(CreateHostOnlyNetworkInterface) (IHostNetworkInterface **aHostNetworkInterface,
    9997                                           IProgress **aProgress);
     
    10199                                           IHostNetworkInterface **aHostNetworkInterface,
    102100                                           IProgress **aProgress);
    103 #endif
    104101    STDMETHOD(CreateUSBDeviceFilter) (IN_BSTR aName, IHostUSBDeviceFilter **aFilter);
    105102    STDMETHOD(InsertUSBDeviceFilter) (ULONG aPosition, IHostUSBDeviceFilter *aFilter);
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