VirtualBox

Changeset 15442 in vbox for trunk/src/VBox/Main/linux


Ignore:
Timestamp:
Dec 13, 2008 1:40:42 PM (16 years ago)
Author:
vboxsync
Message:

#3282 HostNetIf API: updated common part, added draft implementation for Solaris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/linux/NetIfList-linux.cpp

    r15372 r15442  
    3737
    3838#include <iprt/err.h>
     39#include <list>
     40
     41#include "HostNetworkInterfaceImpl.h"
    3942#include "netif.h"
    4043
    41 
    42 PNETIFINFO NetIfList()
     44int NetIfList(std::list <ComObjPtr <HostNetworkInterface> > &list)
    4345{
    44     return NULL;
     46    return VERR_NOT_IMPLEMENTED;
    4547}
    4648
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette