pefect / NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
53:26b5f1c69822
Parent:
48:b3bbe28a7963
Child:
57:3c873fab4207
--- a/SocketInterface.h	Thu Feb 25 06:42:40 2016 -0600
+++ b/SocketInterface.h	Thu Feb 25 08:23:06 2016 -0600
@@ -36,6 +36,8 @@
 class SocketInterface
 {
 public:
+    virtual ~SocketInterface() {}
+
     /** Set the IP address of the socket
      *  @param ip IP address to connect to
      */