Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: if/eth/EthernetNetIf.cpp
- Revision:
- 7:4e2468d7d5cb
- Parent:
- 4:966a0265edfc
- Child:
- 8:361d9e984660
--- 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