some fixes

This commit is contained in:
/jdi/ 2015-10-01 01:36:09 +02:00
parent 4c16611390
commit 30ebdde28e
13 changed files with 162 additions and 85 deletions

View file

@ -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_ */