some fixes
This commit is contained in:
parent
4c16611390
commit
30ebdde28e
13 changed files with 162 additions and 85 deletions
|
|
@ -13,8 +13,8 @@
|
|||
class Host {
|
||||
public:
|
||||
Host();
|
||||
byteArray<6> getMac();
|
||||
byteArray<4> getIp(std::string);
|
||||
macAddr getMac();
|
||||
inetAddr getIp(std::string);
|
||||
};
|
||||
|
||||
#endif /* HOST_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue