clean up
This commit is contained in:
parent
364bb25ab7
commit
b76fb38bc2
16 changed files with 363 additions and 196 deletions
21
src/Host.h
Normal file
21
src/Host.h
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/*
|
||||
* Host.h
|
||||
*
|
||||
* Created on: 11.09.2015
|
||||
* Author: jdi
|
||||
*/
|
||||
|
||||
#ifndef HOST_H_
|
||||
#define HOST_H_
|
||||
|
||||
#include "Types.h"
|
||||
|
||||
class Host {
|
||||
public:
|
||||
Host();
|
||||
virtual ~Host() {}
|
||||
bytes getMac();
|
||||
bytes getIp();
|
||||
};
|
||||
|
||||
#endif /* HOST_H_ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue