WNCInterface

Dependencies:   WncControllerK64F

Fork of WNCInterface by Avnet

Revision:
28:dceb8da78e6d
Parent:
27:2dc9461c04dc
Child:
29:b278b745fb4f
--- a/WNCInterface.h	Fri Mar 24 21:50:50 2017 +0000
+++ b/WNCInterface.h	Fri Mar 24 22:02:33 2017 +0000
@@ -88,9 +88,9 @@
 // will allow the Socket class to get to the WNC functions needed for the
 // socket. Forward reference the class
 
-class Socket;
+class WncSocket;
 class WncEndpoint;
-class UDPSocket;
+class WncUDPSocket;
 class TCPSocketConnection;
 class WNCSms;
 
@@ -98,9 +98,9 @@
 {
   class WncControllerK64F;  //forward reference the Controller Class
   friend class TCPSocketConnection;
-  friend class UDPSocket;
+  friend class WncUDPSocket;
   friend class WncEndpoint;
-  friend class Socket;
+  friend class WncSocket;
   friend class WNCSms;
 
 public: