Changeset 17679 in vbox for trunk/src/VBox/Main/generic
- Timestamp:
- Mar 11, 2009 11:39:18 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44180
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/generic/NetIf-generic.cpp
r17494 r17679 38 38 } 39 39 40 int NetIfCreateHostOnlyNetworkInterface (VirtualBox *pVbox, I N_BSTR aName, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress)40 int NetIfCreateHostOnlyNetworkInterface (VirtualBox *pVbox, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress) 41 41 { 42 42 return VERR_NOT_IMPLEMENTED;
Note:
See TracChangeset
for help on using the changeset viewer.