ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
53:26b5f1c69822
Parent:
48:b3bbe28a7963
Child:
57:3c873fab4207
--- a/Socket.h	Thu Feb 25 06:42:40 2016 -0600
+++ b/Socket.h	Thu Feb 25 08:23:06 2016 -0600
@@ -26,6 +26,8 @@
 class Socket
 {
 public:
+    ~Socket();
+
     /** Set the URL of the socket
      *  Performs DNS lookup if necessary
      *  @param url URL to connect to
@@ -89,7 +91,6 @@
 
 protected:
     Socket(NetworkInterface *iface, socket_protocol_t proto);
-    ~Socket();
 
 private:
     NetworkInterface *_iface;