minor improvements
This commit is contained in:
parent
30ebdde28e
commit
e077b4ca8a
14 changed files with 172 additions and 220 deletions
|
|
@ -12,9 +12,9 @@
|
|||
|
||||
class Host {
|
||||
public:
|
||||
Host();
|
||||
Host(){};
|
||||
macAddr getMac();
|
||||
inetAddr getIp(std::string);
|
||||
ipAddr getIp();
|
||||
};
|
||||
|
||||
#endif /* HOST_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue