NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
53:26b5f1c69822
Parent:
52:52a6c4ea7128
Child:
55:7ff3586d7af4
--- 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