NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
25:ed7b2a52e8ac
Parent:
23:1e86d9fb3d86
Child:
26:9774a2edad71
--- a/NetworkInterface.h	Thu Feb 18 04:09:00 2016 -0600
+++ b/NetworkInterface.h	Thu Feb 18 06:01:55 2016 -0600
@@ -80,8 +80,7 @@
 
 
 private:
-    friend class TCPSocket;
-    friend class UDPSocket;
+    friend class Socket;
 
     /** Internally create a socket
      *  @param proto The type of socket to open, SOCK_TCP or SOCK_UDP