Changeset 17494 in vbox for trunk/src/VBox/Main/generic
- Timestamp:
- Mar 6, 2009 4:55:44 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43921
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/generic/NetIf-generic.cpp
r17490 r17494 37 37 return VERR_NOT_IMPLEMENTED; 38 38 } 39 40 int NetIfCreateHostOnlyNetworkInterface (VirtualBox *pVbox, IN_BSTR aName, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress) 41 { 42 return VERR_NOT_IMPLEMENTED; 43 } 44 45 int NetIfRemoveHostOnlyNetworkInterface (VirtualBox *pVbox, IN_GUID aId, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress) 46 { 47 return VERR_NOT_IMPLEMENTED; 48 } 49 50 int NetIfGetConfig(HostNetworkInterface * pIf, NETIFINFO *) 51 { 52 return VERR_NOT_IMPLEMENTED; 53 }
Note:
See TracChangeset
for help on using the changeset viewer.