Changeset 15442 in vbox for trunk/src/VBox/Main/linux
- Timestamp:
- Dec 13, 2008 1:40:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/NetIfList-linux.cpp
r15372 r15442 37 37 38 38 #include <iprt/err.h> 39 #include <list> 40 41 #include "HostNetworkInterfaceImpl.h" 39 42 #include "netif.h" 40 43 41 42 PNETIFINFO NetIfList() 44 int NetIfList(std::list <ComObjPtr <HostNetworkInterface> > &list) 43 45 { 44 return NULL;46 return VERR_NOT_IMPLEMENTED; 45 47 } 46 48
Note:
See TracChangeset
for help on using the changeset viewer.