Changeset 19116 in vbox
- Timestamp:
- Apr 22, 2009 5:33:26 PM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r19115 r19116 1217 1217 // IHost methods 1218 1218 //////////////////////////////////////////////////////////////////////////////// 1219 1220 #if defined(RT_OS_WINDOWS) || defined(RT_OS_LINUX) || defined(RT_OS_DARWIN)1221 1222 1219 STDMETHODIMP 1223 1220 Host::CreateHostOnlyNetworkInterface (IHostNetworkInterface **aHostNetworkInterface, … … 1267 1264 return r == VERR_NOT_IMPLEMENTED ? E_NOTIMPL : E_FAIL; 1268 1265 } 1269 1270 #endif /* defined(RT_OS_WINDOWS) || defined(RT_OS_LINUX) || defined(RT_OS_DARWIN) */1271 1266 1272 1267 STDMETHODIMP Host::CreateUSBDeviceFilter (IN_BSTR aName, IHostUSBDeviceFilter **aFilter) -
trunk/src/VBox/Main/include/HostImpl.h
r19115 r19116 94 94 95 95 // IHost methods 96 #if defined(RT_OS_WINDOWS) || defined(RT_OS_LINUX) || defined(RT_OS_DARWIN)97 98 96 STDMETHOD(CreateHostOnlyNetworkInterface) (IHostNetworkInterface **aHostNetworkInterface, 99 97 IProgress **aProgress); … … 101 99 IHostNetworkInterface **aHostNetworkInterface, 102 100 IProgress **aProgress); 103 #endif104 101 STDMETHOD(CreateUSBDeviceFilter) (IN_BSTR aName, IHostUSBDeviceFilter **aFilter); 105 102 STDMETHOD(InsertUSBDeviceFilter) (ULONG aPosition, IHostUSBDeviceFilter *aFilter);
Note:
See TracChangeset
for help on using the changeset viewer.