IBR-DTNSuite  0.10
PosixLinkManager.h
Go to the documentation of this file.
1 /*
2  * PosixLinkManager.h
3  *
4  * Created on: 11.10.2012
5  * Author: morgenro
6  */
7 
8 #ifndef POSIXLINKMANAGER_H_
9 #define POSIXLINKMANAGER_H_
10 
13 #include "ibrcommon/net/vaddress.h"
14 #include <list>
15 
16 namespace ibrcommon
17 {
19  {
20  public:
22  virtual ~PosixLinkManager();
23 
24  const vinterface getInterface(int index) const;
25  const std::list<vaddress> getAddressList(const vinterface &iface, const std::string &scope = "");
26  };
27 } /* namespace ibrcommon */
28 #endif /* POSIXLINKMANAGER_H_ */