Used in Live Traffic Update Nokia LCD Display Project
Fork of NetServices by
Diff: if/eth/EthernetNetIf.cpp
- Revision:
- 7:4e2468d7d5cb
- Parent:
- 4:966a0265edfc
--- a/if/eth/EthernetNetIf.cpp Sun Nov 28 00:29:32 2010 +0000 +++ b/if/eth/EthernetNetIf.cpp Wed Dec 15 18:01:30 2010 +0000 @@ -185,4 +185,8 @@ return (char*)m_pNetIf->hwaddr; } +const char* EthernetNetIf::getHostname() const { + return m_hostname; +} + #endif