reformat
This commit is contained in:
parent
f15abc71be
commit
1f3730ac87
26 changed files with 880 additions and 844 deletions
11
src/Host.h
11
src/Host.h
|
|
@ -11,11 +11,12 @@
|
|||
#include "Types.h"
|
||||
|
||||
class Host {
|
||||
public:
|
||||
Host(){};
|
||||
macAddr getMac();
|
||||
ipAddr getIp();
|
||||
std::string getIface();
|
||||
public:
|
||||
Host() {
|
||||
}
|
||||
macAddr getMac();
|
||||
ipAddr getIp();
|
||||
std::string getIface();
|
||||
};
|
||||
|
||||
#endif /* HOST_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue