pefect / NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
23:1e86d9fb3d86
Parent:
22:4fca633c0633
Child:
24:a5e959bdd2dd
--- a/SocketInterface.h	Thu Feb 18 03:29:39 2016 -0600
+++ b/SocketInterface.h	Thu Feb 18 04:05:09 2016 -0600
@@ -36,7 +36,8 @@
 class SocketInterface
 {
 public:
-    virtual ~SocketInterface() = default;
+    SocketInterface();
+    virtual ~SocketInterface();
 
 
     /** Set the IP address of the socket