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.
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: NetworkInterface.h
- Revision:
- 53:26b5f1c69822
- Parent:
- 52:52a6c4ea7128
- Child:
- 55:7ff3586d7af4
diff -r 52a6c4ea7128 -r 26b5f1c69822 NetworkInterface.h
--- a/NetworkInterface.h Thu Feb 25 06:42:40 2016 -0600
+++ b/NetworkInterface.h Thu Feb 25 08:23:06 2016 -0600
@@ -48,6 +48,8 @@
class NetworkInterface
{
public:
+ virtual ~NetworkInterface() {};
+
/** Enables or disables DHCP
* @note DHCP resolution does not occur until connect
* @note DHCP is enabled by default
