minor improvements

This commit is contained in:
/jdi/ 2015-10-06 21:14:01 +02:00
parent 30ebdde28e
commit e077b4ca8a
14 changed files with 172 additions and 220 deletions

View file

@ -12,9 +12,9 @@
class Host {
public:
Host();
Host(){};
macAddr getMac();
inetAddr getIp(std::string);
ipAddr getIp();
};
#endif /* HOST_H_ */