Implement BNetworkRoster::GetNextRoute()
Implement BNetworkRoster::GetNextRoute() and used it in Network preflet.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
class BMessenger;
|
||||
class BNetworkInterface;
|
||||
struct route_entry;
|
||||
struct wireless_network;
|
||||
|
||||
|
||||
@@ -30,6 +31,10 @@ public:
|
||||
status_t RemoveInterface(
|
||||
const BNetworkInterface& interface);
|
||||
|
||||
status_t GetNextRoute(uint32* cookie,
|
||||
route_entry& entry,
|
||||
const char* interface = NULL) const;
|
||||
|
||||
int32 CountPersistentNetworks() const;
|
||||
status_t GetNextPersistentNetwork(uint32* cookie,
|
||||
wireless_network& network) const;
|
||||
|
||||
Reference in New Issue
Block a user