Changeset 15537 in vbox
- Timestamp:
- Dec 15, 2008 7:24:27 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41032
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/NetworkAdapterImpl.cpp
r15051 r15537 444 444 } 445 445 446 #if ndef 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 447 447 448 448 STDMETHODIMP NetworkAdapter::COMGETTER(TAPFileDescriptor)(LONG *aTAPFileDescriptor) -
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.