* Added alternatives to AddInterface()/RemoveInterface() that take the name
of the interface instead. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39591 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -22,8 +22,10 @@ public:
|
||||
status_t GetNextInterface(uint32* cookie,
|
||||
BNetworkInterface& interface) const;
|
||||
|
||||
status_t AddInterface(const char* name);
|
||||
status_t AddInterface(
|
||||
const BNetworkInterface& interface);
|
||||
status_t RemoveInterface(const char* name);
|
||||
status_t RemoveInterface(
|
||||
const BNetworkInterface& interface);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user