Changeset 15537 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 15, 2008 7:24:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/NetworkAdapterImpl.h
r15051 r15537 126 126 STDMETHOD(COMGETTER(HostInterface)) (BSTR *aHostInterface); 127 127 STDMETHOD(COMSETTER(HostInterface)) (IN_BSTR aHostInterface); 128 #if ndef 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 129 129 STDMETHOD(COMGETTER(TAPFileDescriptor)) (LONG *aTAPFileDescriptor); 130 130 STDMETHOD(COMSETTER(TAPFileDescriptor)) (LONG aTAPFileDescriptor);
Note:
See TracChangeset
for help on using the changeset viewer.